Html Css Color HEX #BECE22 Rio Grande

📋 copy color: '#BECE22'

red 190 ◦ green 206 ◦ blue 34

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

Shades of Rio Grande #BECE22

Tints of Rio Grande #BECE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 44.19%
G = 47.91%
B = 7.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#BECE22 (or 0xBECE22) is known color: Rio Grande. HEX triplet: BE, CE and 22. RGB value is (190,206,34). Sum of RGB (Red+Green+Blue) = 190+206+34=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE22 is #4131DD. Grayscale: #B6B6B6. Windows color (decimal): -4272606 or 2281150. OLE color: 2281150.

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

Color convert

RGB 190 206 34 -
CMYK 0.08 0 0.83 0.19
HSL 65.58º 0.72% 0.47% -
HSV(B) 65.58º 0.83% 0.81% -
XYZ 43.6 55.21 9.87 -
YUV 181.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 190 206 34 0.08 0 0.83 0.19 65.58 0.72 0.47
Hex BE CE 22 8 0 53 13 42 48 2F
Octal 276 316 42 10 0 123 23 102 110 57
Binary 10111110 11001110 100010 1000 0 1010011 10011 1000010 1001000 101111

Color Harmonies of #BECE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE22

Black with #BECE22

Text Example


Text Example

White with #BECE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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