Html Css Color HEX #BCC522 Rio Grande

📋 copy color: '#BCC522'

red 188 ◦ green 197 ◦ blue 34

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

Shades of Rio Grande #BCC522

Tints of Rio Grande #BCC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.11%

R = 44.87%
G = 47.02%
B = 8.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BCC522 (or 0xBCC522) is known color: Rio Grande. HEX triplet: BC, C5 and 22. RGB value is (188,197,34). Sum of RGB (Red+Green+Blue) = 188+197+34=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC522 is #433ADD. Grayscale: #B0B0B0. Windows color (decimal): -4405982 or 2278844. OLE color: 2278844.

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

Color convert

RGB 188 197 34 -
CMYK 0.05 0 0.83 0.23
HSL 63.31º 0.71% 0.45% -
HSV(B) 63.31º 0.83% 0.77% -
XYZ 40.99 50.74 9.15 -
YUV 175.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 188 197 34 0.05 0 0.83 0.23 63.31 0.71 0.45
Hex BC C5 22 5 0 53 17 3F 47 2D
Octal 274 305 42 5 0 123 27 77 107 55
Binary 10111100 11000101 100010 101 0 1010011 10111 111111 1000111 101101

Color Harmonies of #BCC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC522

Black with #BCC522

Text Example


Text Example

White with #BCC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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