Html Css Color HEX #BECB18 Rio Grande

📋 copy color: '#BECB18'

red 190 ◦ green 203 ◦ blue 24

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

Shades of Rio Grande #BECB18

Tints of Rio Grande #BECB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 45.56%
G = 48.68%
B = 5.76%

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

#BECB18 (or 0xBECB18) is known color: Rio Grande. HEX triplet: BE, CB and 18. RGB value is (190,203,24). Sum of RGB (Red+Green+Blue) = 190+203+24=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB18 is #4134E7. Grayscale: #B3B3B3. Windows color (decimal): -4273384 or 1625022. OLE color: 1625022.

HSL color Cylindrical-coordinate representation of color #BECB18: hue angle of 64.36º degrees, saturation: 0.79, 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 #BECB18 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 24 -
CMYK 0.06 0 0.88 0.20
HSL 64.36º 0.79% 0.45% -
HSV(B) 64.36º 0.88% 0.8% -
XYZ 42.76 53.72 8.98 -
YUV 178.71 40.69 136.05 -
System Red Green Blue C M Y K H S L
Decimal 190 203 24 0.06 0 0.88 0.20 64.36 0.79 0.45
Hex BE CB 18 6 0 58 14 40 4F 2D
Octal 276 313 30 6 0 130 24 100 117 55
Binary 10111110 11001011 11000 110 0 1011000 10100 1000000 1001111 101101

Color Harmonies of #BECB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB18

Black with #BECB18

Text Example


Text Example

White with #BECB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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