Html Css Color HEX #BCC32A Rio Grande

📋 copy color: '#BCC32A'

red 188 ◦ green 195 ◦ blue 42

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

Shades of Rio Grande #BCC32A

Tints of Rio Grande #BCC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 44.24%
G = 45.88%
B = 9.88%

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

#BCC32A (or 0xBCC32A) is known color: Rio Grande. HEX triplet: BC, C3 and 2A. RGB value is (188,195,42). Sum of RGB (Red+Green+Blue) = 188+195+42=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC32A is #433CD5. Grayscale: #B0B0B0. Windows color (decimal): -4406486 or 2802620. OLE color: 2802620.

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

Color convert

RGB 188 195 42 -
CMYK 0.04 0 0.78 0.24
HSL 62.75º 0.65% 0.46% -
HSV(B) 62.75º 0.78% 0.76% -
XYZ 40.67 49.89 9.68 -
YUV 175.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 188 195 42 0.04 0 0.78 0.24 62.75 0.65 0.46
Hex BC C3 2A 4 0 4E 18 3F 41 2E
Octal 274 303 52 4 0 116 30 77 101 56
Binary 10111100 11000011 101010 100 0 1001110 11000 111111 1000001 101110

Color Harmonies of #BCC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC32A

Black with #BCC32A

Text Example


Text Example

White with #BCC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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