Html Css Color HEX #BECC20 Rio Grande

📋 copy color: '#BECC20'

red 190 ◦ green 204 ◦ blue 32

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

Shades of Rio Grande #BECC20

Tints of Rio Grande #BECC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.51%

R = 44.6%
G = 47.89%
B = 7.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#BECC20 (or 0xBECC20) is known color: Rio Grande. HEX triplet: BE, CC and 20. RGB value is (190,204,32). Sum of RGB (Red+Green+Blue) = 190+204+32=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC20 is #4133DF. Grayscale: #B4B4B4. Windows color (decimal): -4273120 or 2149566. OLE color: 2149566.

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

Color convert

RGB 190 204 32 -
CMYK 0.07 0 0.84 0.2
HSL 64.88º 0.73% 0.46% -
HSV(B) 64.88º 0.84% 0.8% -
XYZ 43.09 54.24 9.56 -
YUV 180.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 190 204 32 0.07 0 0.84 0.2 64.88 0.73 0.46
Hex BE CC 20 7 0 54 14 41 49 2E
Octal 276 314 40 7 0 124 24 101 111 56
Binary 10111110 11001100 100000 111 0 1010100 10100 1000001 1001001 101110

Color Harmonies of #BECC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC20

Black with #BECC20

Text Example


Text Example

White with #BECC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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