Html Css Color HEX #BCC529 Rio Grande

📋 copy color: '#BCC529'

red 188 ◦ green 197 ◦ blue 41

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

Shades of Rio Grande #BCC529

Tints of Rio Grande #BCC529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 44.13%
G = 46.24%
B = 9.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#BCC529 (or 0xBCC529) is known color: Rio Grande. HEX triplet: BC, C5 and 29. RGB value is (188,197,41). Sum of RGB (Red+Green+Blue) = 188+197+41=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC529 is #433AD6. Grayscale: #B1B1B1. Windows color (decimal): -4405975 or 2737596. OLE color: 2737596.

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

Color convert

RGB 188 197 41 -
CMYK 0.05 0 0.79 0.23
HSL 63.46º 0.66% 0.47% -
HSV(B) 63.46º 0.79% 0.77% -
XYZ 41.11 50.78 9.73 -
YUV 176.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 188 197 41 0.05 0 0.79 0.23 63.46 0.66 0.47
Hex BC C5 29 5 0 4F 17 3F 42 2F
Octal 274 305 51 5 0 117 27 77 102 57
Binary 10111100 11000101 101001 101 0 1001111 10111 111111 1000010 101111

Color Harmonies of #BCC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC529

Black with #BCC529

Text Example


Text Example

White with #BCC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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