Html Css Color HEX #BCBE22 Rio Grande

📋 copy color: '#BCBE22'

red 188 ◦ green 190 ◦ blue 34

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

Shades of Rio Grande #BCBE22

Tints of Rio Grande #BCBE22

RGB

 RED value IS 188 (73.83% from 255) = 45.63%

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 45.63%
G = 46.12%
B = 8.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BCBE22 (or 0xBCBE22) is known color: Rio Grande. HEX triplet: BC, BE and 22. RGB value is (188,190,34). Sum of RGB (Red+Green+Blue) = 188+190+34=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE22 is #4341DD. Grayscale: #ACACAC. Windows color (decimal): -4407774 or 2277052. OLE color: 2277052.

HSL color Cylindrical-coordinate representation of color #BCBE22: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCBE22 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 34 -
CMYK 0.01 0 0.82 0.25
HSL 60.77º 0.7% 0.44% -
HSV(B) 60.77º 0.82% 0.75% -
XYZ 39.44 47.63 8.63 -
YUV 171.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 188 190 34 0.01 0 0.82 0.25 60.77 0.7 0.44
Hex BC BE 22 1 0 52 19 3D 46 2C
Octal 274 276 42 1 0 122 31 75 106 54
Binary 10111100 10111110 100010 1 0 1010010 11001 111101 1000110 101100

Color Harmonies of #BCBE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE22

Black with #BCBE22

Text Example


Text Example

White with #BCBE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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