Html Css Color HEX #BCC524 Rio Grande

📋 copy color: '#BCC524'

red 188 ◦ green 197 ◦ blue 36

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

Shades of Rio Grande #BCC524

Tints of Rio Grande #BCC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.55%

R = 44.66%
G = 46.79%
B = 8.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#BCC524 (or 0xBCC524) is known color: Rio Grande. HEX triplet: BC, C5 and 24. RGB value is (188,197,36). Sum of RGB (Red+Green+Blue) = 188+197+36=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC524 is #433ADB. Grayscale: #B0B0B0. Windows color (decimal): -4405980 or 2409916. OLE color: 2409916.

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

Color convert

RGB 188 197 36 -
CMYK 0.05 0 0.82 0.23
HSL 63.35º 0.69% 0.46% -
HSV(B) 63.35º 0.82% 0.77% -
XYZ 41.02 50.75 9.3 -
YUV 175.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 188 197 36 0.05 0 0.82 0.23 63.35 0.69 0.46
Hex BC C5 24 5 0 52 17 3F 45 2E
Octal 274 305 44 5 0 122 27 77 105 56
Binary 10111100 11000101 100100 101 0 1010010 10111 111111 1000101 101110

Color Harmonies of #BCC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC524

Black with #BCC524

Text Example


Text Example

White with #BCC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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