Html Css Color HEX #BCC32B Rio Grande

📋 copy color: '#BCC32B'

red 188 ◦ green 195 ◦ blue 43

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

Shades of Rio Grande #BCC32B

Tints of Rio Grande #BCC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 44.13%
G = 45.77%
B = 10.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BCC32B (or 0xBCC32B) is known color: Rio Grande. HEX triplet: BC, C3 and 2B. RGB value is (188,195,43). Sum of RGB (Red+Green+Blue) = 188+195+43=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC32B is #433CD4. Grayscale: #B0B0B0. Windows color (decimal): -4406485 or 2868156. OLE color: 2868156.

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

Color convert

RGB 188 195 43 -
CMYK 0.04 0 0.78 0.24
HSL 62.76º 0.64% 0.47% -
HSV(B) 62.76º 0.78% 0.76% -
XYZ 40.69 49.9 9.77 -
YUV 175.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 188 195 43 0.04 0 0.78 0.24 62.76 0.64 0.47
Hex BC C3 2B 4 0 4E 18 3F 40 2F
Octal 274 303 53 4 0 116 30 77 100 57
Binary 10111100 11000011 101011 100 0 1001110 11000 111111 1000000 101111

Color Harmonies of #BCC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC32B

Black with #BCC32B

Text Example


Text Example

White with #BCC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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