Html Css Color HEX #BECE21 Rio Grande

📋 copy color: '#BECE21'

red 190 ◦ green 206 ◦ blue 33

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

Shades of Rio Grande #BECE21

Tints of Rio Grande #BECE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 44.29%
G = 48.02%
B = 7.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#BECE21 (or 0xBECE21) is known color: Rio Grande. HEX triplet: BE, CE and 21. RGB value is (190,206,33). Sum of RGB (Red+Green+Blue) = 190+206+33=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE21 is #4131DE. Grayscale: #B6B6B6. Windows color (decimal): -4272607 or 2215614. OLE color: 2215614.

HSL color Cylindrical-coordinate representation of color #BECE21: hue angle of 65.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BECE21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 33 -
CMYK 0.08 0 0.84 0.19
HSL 65.55º 0.72% 0.47% -
HSV(B) 65.55º 0.84% 0.81% -
XYZ 43.58 55.2 9.8 -
YUV 181.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 190 206 33 0.08 0 0.84 0.19 65.55 0.72 0.47
Hex BE CE 21 8 0 54 13 42 48 2F
Octal 276 316 41 10 0 124 23 102 110 57
Binary 10111110 11001110 100001 1000 0 1010100 10011 1000010 1001000 101111

Color Harmonies of #BECE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE21

Black with #BECE21

Text Example


Text Example

White with #BECE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE21; }

 p { color: rgb(190,206,33); }

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

background-color css

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

 a { background-color: rgb(190,206,33); }

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

border-color css

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

 span { border-color: rgb(190,206,33); }

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