Html Css Color HEX #BECB19 Rio Grande

📋 copy color: '#BECB19'

red 190 ◦ green 203 ◦ blue 25

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

Shades of Rio Grande #BECB19

Tints of Rio Grande #BECB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 45.45%
G = 48.56%
B = 5.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BECB19 (or 0xBECB19) is known color: Rio Grande. HEX triplet: BE, CB and 19. RGB value is (190,203,25). Sum of RGB (Red+Green+Blue) = 190+203+25=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB19 is #4134E6. Grayscale: #B3B3B3. Windows color (decimal): -4273383 or 1690558. OLE color: 1690558.

HSL color Cylindrical-coordinate representation of color #BECB19: hue angle of 64.38º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BECB19 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 25 -
CMYK 0.06 0 0.88 0.20
HSL 64.38º 0.78% 0.45% -
HSV(B) 64.38º 0.88% 0.8% -
XYZ 42.77 53.73 9.04 -
YUV 178.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 190 203 25 0.06 0 0.88 0.20 64.38 0.78 0.45
Hex BE CB 19 6 0 58 14 40 4E 2D
Octal 276 313 31 6 0 130 24 100 116 55
Binary 10111110 11001011 11001 110 0 1011000 10100 1000000 1001110 101101

Color Harmonies of #BECB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB19

Black with #BECB19

Text Example


Text Example

White with #BECB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB19; }

 p { color: rgb(190,203,25); }

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

background-color css

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

 a { background-color: rgb(190,203,25); }

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

border-color css

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

 span { border-color: rgb(190,203,25); }

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