Html Css Color HEX #BECC18 Rio Grande

📋 copy color: '#BECC18'

red 190 ◦ green 204 ◦ blue 24

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

Shades of Rio Grande #BECC18

Tints of Rio Grande #BECC18

RGB

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

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

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

R = 45.45%
G = 48.8%
B = 5.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#BECC18 (or 0xBECC18) is known color: Rio Grande. HEX triplet: BE, CC and 18. RGB value is (190,204,24). Sum of RGB (Red+Green+Blue) = 190+204+24=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC18 is #4133E7. Grayscale: #B4B4B4. Windows color (decimal): -4273128 or 1625278. OLE color: 1625278.

HSL color Cylindrical-coordinate representation of color #BECC18: hue angle of 64.67º 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 #BECC18 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 24 -
CMYK 0.07 0 0.88 0.2
HSL 64.67º 0.79% 0.45% -
HSV(B) 64.67º 0.88% 0.8% -
XYZ 42.99 54.2 9.06 -
YUV 179.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 190 204 24 0.07 0 0.88 0.2 64.67 0.79 0.45
Hex BE CC 18 7 0 58 14 41 4F 2D
Octal 276 314 30 7 0 130 24 101 117 55
Binary 10111110 11001100 11000 111 0 1011000 10100 1000001 1001111 101101

Color Harmonies of #BECC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC18

Black with #BECC18

Text Example


Text Example

White with #BECC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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