Html Css Color HEX #9CB529 Bahia

📋 copy color: '#9CB529'

red 156 ◦ green 181 ◦ blue 41

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

Shades of Bahia #9CB529

Tints of Bahia #9CB529

RGB

 RED value IS 156 (61.33% from 255) = 41.27%

 GREEN value IS 181 (71.09% from 255) = 47.88%

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

R = 41.27%
G = 47.88%
B = 10.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#9CB529 (or 0x9CB529) is known color: Bahia. HEX triplet: 9C, B5 and 29. RGB value is (156,181,41). Sum of RGB (Red+Green+Blue) = 156+181+41=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB529 is #634AD6. Grayscale: #9E9E9E. Windows color (decimal): -6507223 or 2733468. OLE color: 2733468.

HSL color Cylindrical-coordinate representation of color #9CB529: hue angle of 70.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CB529 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 41 -
CMYK 0.14 0 0.77 0.29
HSL 70.71º 0.63% 0.44% -
HSV(B) 70.71º 0.77% 0.71% -
XYZ 30.63 40.28 8.26 -
YUV 157.57 62.22 126.88 -
System Red Green Blue C M Y K H S L
Decimal 156 181 41 0.14 0 0.77 0.29 70.71 0.63 0.44
Hex 9C B5 29 E 0 4D 1D 47 3F 2C
Octal 234 265 51 16 0 115 35 107 77 54
Binary 10011100 10110101 101001 1110 0 1001101 11101 1000111 111111 101100

Color Harmonies of #9CB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB529

Black with #9CB529

Text Example


Text Example

White with #9CB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CB529; }

 p { color: rgb(156,181,41); }

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

background-color css

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

 a { background-color: rgb(156,181,41); }

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

border-color css

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

 span { border-color: rgb(156,181,41); }

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