Html Css Color HEX #BCC22C Rio Grande

📋 copy color: '#BCC22C'

red 188 ◦ green 194 ◦ blue 44

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

Shades of Rio Grande #BCC22C

Tints of Rio Grande #BCC22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 44.13%
G = 45.54%
B = 10.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#BCC22C (or 0xBCC22C) is known color: Rio Grande. HEX triplet: BC, C2 and 2C. RGB value is (188,194,44). Sum of RGB (Red+Green+Blue) = 188+194+44=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC22C is #433DD3. Grayscale: #AFAFAF. Windows color (decimal): -4406740 or 2933436. OLE color: 2933436.

HSL color Cylindrical-coordinate representation of color #BCC22C: hue angle of 62.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCC22C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 44 -
CMYK 0.03 0 0.77 0.24
HSL 62.4º 0.63% 0.47% -
HSV(B) 62.4º 0.77% 0.76% -
XYZ 40.49 49.46 9.8 -
YUV 175.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 188 194 44 0.03 0 0.77 0.24 62.4 0.63 0.47
Hex BC C2 2C 3 0 4D 18 3E 3F 2F
Octal 274 302 54 3 0 115 30 76 77 57
Binary 10111100 11000010 101100 11 0 1001101 11000 111110 111111 101111

Color Harmonies of #BCC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC22C

Black with #BCC22C

Text Example


Text Example

White with #BCC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC22C; }

 p { color: rgb(188,194,44); }

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

background-color css

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

 a { background-color: rgb(188,194,44); }

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

border-color css

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

 span { border-color: rgb(188,194,44); }

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