Html Css Color HEX #BCC324 Rio Grande

📋 copy color: '#BCC324'

red 188 ◦ green 195 ◦ blue 36

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

Shades of Rio Grande #BCC324

Tints of Rio Grande #BCC324

RGB

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

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

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

R = 44.87%
G = 46.54%
B = 8.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BCC324 (or 0xBCC324) is known color: Rio Grande. HEX triplet: BC, C3 and 24. RGB value is (188,195,36). Sum of RGB (Red+Green+Blue) = 188+195+36=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC324 is #433CDB. Grayscale: #AFAFAF. Windows color (decimal): -4406492 or 2409404. OLE color: 2409404.

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

Color convert

RGB 188 195 36 -
CMYK 0.04 0 0.82 0.24
HSL 62.64º 0.69% 0.45% -
HSV(B) 62.64º 0.82% 0.76% -
XYZ 40.57 49.85 9.15 -
YUV 174.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 188 195 36 0.04 0 0.82 0.24 62.64 0.69 0.45
Hex BC C3 24 4 0 52 18 3F 45 2D
Octal 274 303 44 4 0 122 30 77 105 55
Binary 10111100 11000011 100100 100 0 1010010 11000 111111 1000101 101101

Color Harmonies of #BCC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC324

Black with #BCC324

Text Example


Text Example

White with #BCC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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