Html Css Color HEX #BCC329 Rio Grande

📋 copy color: '#BCC329'

red 188 ◦ green 195 ◦ blue 41

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

Shades of Rio Grande #BCC329

Tints of Rio Grande #BCC329

RGB

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

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

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

R = 44.34%
G = 45.99%
B = 9.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BCC329 (or 0xBCC329) is known color: Rio Grande. HEX triplet: BC, C3 and 29. RGB value is (188,195,41). Sum of RGB (Red+Green+Blue) = 188+195+41=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC329 is #433CD6. Grayscale: #AFAFAF. Windows color (decimal): -4406487 or 2737084. OLE color: 2737084.

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

Color convert

RGB 188 195 41 -
CMYK 0.04 0 0.79 0.24
HSL 62.73º 0.65% 0.46% -
HSV(B) 62.73º 0.79% 0.76% -
XYZ 40.65 49.88 9.58 -
YUV 175.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 188 195 41 0.04 0 0.79 0.24 62.73 0.65 0.46
Hex BC C3 29 4 0 4F 18 3F 41 2E
Octal 274 303 51 4 0 117 30 77 101 56
Binary 10111100 11000011 101001 100 0 1001111 11000 111111 1000001 101110

Color Harmonies of #BCC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC329

Black with #BCC329

Text Example


Text Example

White with #BCC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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