Html Css Color HEX #BCCE22 Rio Grande

📋 copy color: '#BCCE22'

red 188 ◦ green 206 ◦ blue 34

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

Shades of Rio Grande #BCCE22

Tints of Rio Grande #BCCE22

RGB

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

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

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

R = 43.93%
G = 48.13%
B = 7.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#BCCE22 (or 0xBCCE22) is known color: Rio Grande. HEX triplet: BC, CE and 22. RGB value is (188,206,34). Sum of RGB (Red+Green+Blue) = 188+206+34=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE22 is #4331DD. Grayscale: #B5B5B5. Windows color (decimal): -4403678 or 2281148. OLE color: 2281148.

HSL color Cylindrical-coordinate representation of color #BCCE22: hue angle of 66.28º 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 #BCCE22 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 34 -
CMYK 0.09 0 0.83 0.19
HSL 66.28º 0.72% 0.47% -
HSV(B) 66.28º 0.83% 0.81% -
XYZ 43.1 54.95 9.85 -
YUV 181.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 188 206 34 0.09 0 0.83 0.19 66.28 0.72 0.47
Hex BC CE 22 9 0 53 13 42 48 2F
Octal 274 316 42 11 0 123 23 102 110 57
Binary 10111100 11001110 100010 1001 0 1010011 10011 1000010 1001000 101111

Color Harmonies of #BCCE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE22

Black with #BCCE22

Text Example


Text Example

White with #BCCE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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