Html Css Color HEX #BECC24 Rio Grande

📋 copy color: '#BECC24'

red 190 ◦ green 204 ◦ blue 36

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

Shades of Rio Grande #BECC24

Tints of Rio Grande #BECC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 44.19%
G = 47.44%
B = 8.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#BECC24 (or 0xBECC24) is known color: Rio Grande. HEX triplet: BE, CC and 24. RGB value is (190,204,36). Sum of RGB (Red+Green+Blue) = 190+204+36=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC24 is #4133DB. Grayscale: #B5B5B5. Windows color (decimal): -4273116 or 2411710. OLE color: 2411710.

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

Color convert

RGB 190 204 36 -
CMYK 0.07 0 0.82 0.2
HSL 65º 0.7% 0.47% -
HSV(B) 65º 0.82% 0.8% -
XYZ 43.15 54.26 9.87 -
YUV 180.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 190 204 36 0.07 0 0.82 0.2 65 0.7 0.47
Hex BE CC 24 7 0 52 14 41 46 2F
Octal 276 314 44 7 0 122 24 101 106 57
Binary 10111110 11001100 100100 111 0 1010010 10100 1000001 1000110 101111

Color Harmonies of #BECC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC24

Black with #BECC24

Text Example


Text Example

White with #BECC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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