Html Css Color HEX #BECC1F Rio Grande

📋 copy color: '#BECC1F'

red 190 ◦ green 204 ◦ blue 31

#BECC1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BECC1F

Tints of Rio Grande #BECC1F

RGB

 RED value IS 190 (74.61% from 255) = 44.71%

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 44.71%
G = 48%
B = 7.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BECC1F (or 0xBECC1F) is known color: Rio Grande. HEX triplet: BE, CC and 1F. RGB value is (190,204,31). Sum of RGB (Red+Green+Blue) = 190+204+31=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC1F is #4133E0. Grayscale: #B4B4B4. Windows color (decimal): -4273121 or 2084030. OLE color: 2084030.

HSL color Cylindrical-coordinate representation of color #BECC1F: hue angle of 64.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECC1F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 31 -
CMYK 0.07 0 0.85 0.2
HSL 64.86º 0.74% 0.46% -
HSV(B) 64.86º 0.85% 0.8% -
XYZ 43.08 54.23 9.49 -
YUV 180.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 190 204 31 0.07 0 0.85 0.2 64.86 0.74 0.46
Hex BE CC 1F 7 0 55 14 41 4A 2E
Octal 276 314 37 7 0 125 24 101 112 56
Binary 10111110 11001100 11111 111 0 1010101 10100 1000001 1001010 101110

Color Harmonies of #BECC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC1F

Black with #BECC1F

Text Example


Text Example

White with #BECC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC1F; }

 p { color: rgb(190,204,31); }

 H1.HeaderClassName
 {
   color: #BECC1F;
 }
 .AnyTagClassName
 {
   color: #BECC1F;
 }
</style>

background-color css

<style>
 a { background-color: #BECC1F; }

 a { background-color: rgb(190,204,31); }

 div.DivClassName
 {
   background-color: #BECC1F;
 }
 .BgClassName
 {
   background-color: #BECC1F;
 }
</style>

border-color css

<style>
 span { border-color: #BECC1F; }

 span { border-color: rgb(190,204,31); }

 td.TdClassName
 {
   border-color: #BECC1F;
 }
 .TagClassName
 {
   border-color: #BECC1F;
 }
</style>