Html Css Color HEX #BCC32C Rio Grande

📋 copy color: '#BCC32C'

red 188 ◦ green 195 ◦ blue 44

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

Shades of Rio Grande #BCC32C

Tints of Rio Grande #BCC32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

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

R = 44.03%
G = 45.67%
B = 10.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#BCC32C (or 0xBCC32C) is known color: Rio Grande. HEX triplet: BC, C3 and 2C. RGB value is (188,195,44). Sum of RGB (Red+Green+Blue) = 188+195+44=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC32C is #433CD3. Grayscale: #B0B0B0. Windows color (decimal): -4406484 or 2933692. OLE color: 2933692.

HSL color Cylindrical-coordinate representation of color #BCC32C: hue angle of 62.78º 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 #BCC32C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 44 -
CMYK 0.04 0 0.77 0.24
HSL 62.78º 0.63% 0.47% -
HSV(B) 62.78º 0.77% 0.76% -
XYZ 40.71 49.9 9.87 -
YUV 175.69 53.68 136.78 -
System Red Green Blue C M Y K H S L
Decimal 188 195 44 0.04 0 0.77 0.24 62.78 0.63 0.47
Hex BC C3 2C 4 0 4D 18 3F 3F 2F
Octal 274 303 54 4 0 115 30 77 77 57
Binary 10111100 11000011 101100 100 0 1001101 11000 111111 111111 101111

Color Harmonies of #BCC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC32C

Black with #BCC32C

Text Example


Text Example

White with #BCC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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