Html Css Color HEX #BCC528 Rio Grande

📋 copy color: '#BCC528'

red 188 ◦ green 197 ◦ blue 40

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

Shades of Rio Grande #BCC528

Tints of Rio Grande #BCC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 44.24%
G = 46.35%
B = 9.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BCC528 (or 0xBCC528) is known color: Rio Grande. HEX triplet: BC, C5 and 28. RGB value is (188,197,40). Sum of RGB (Red+Green+Blue) = 188+197+40=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC528 is #433AD7. Grayscale: #B1B1B1. Windows color (decimal): -4405976 or 2672060. OLE color: 2672060.

HSL color Cylindrical-coordinate representation of color #BCC528: hue angle of 63.44º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC528 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 40 -
CMYK 0.05 0 0.80 0.23
HSL 63.44º 0.66% 0.46% -
HSV(B) 63.44º 0.8% 0.77% -
XYZ 41.09 50.78 9.64 -
YUV 176.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 188 197 40 0.05 0 0.80 0.23 63.44 0.66 0.46
Hex BC C5 28 5 0 50 17 3F 42 2E
Octal 274 305 50 5 0 120 27 77 102 56
Binary 10111100 11000101 101000 101 0 1010000 10111 111111 1000010 101110

Color Harmonies of #BCC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC528

Black with #BCC528

Text Example


Text Example

White with #BCC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC528; }

 p { color: rgb(188,197,40); }

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

background-color css

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

 a { background-color: rgb(188,197,40); }

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

border-color css

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

 span { border-color: rgb(188,197,40); }

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