Html Css Color HEX #9CB528 Bahia

📋 copy color: '#9CB528'

red 156 ◦ green 181 ◦ blue 40

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

Shades of Bahia #9CB528

Tints of Bahia #9CB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 41.38%
G = 48.01%
B = 10.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#9CB528 (or 0x9CB528) is known color: Bahia. HEX triplet: 9C, B5 and 28. RGB value is (156,181,40). Sum of RGB (Red+Green+Blue) = 156+181+40=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB528 is #634AD7. Grayscale: #9D9D9D. Windows color (decimal): -6507224 or 2667932. OLE color: 2667932.

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

Color convert

RGB 156 181 40 -
CMYK 0.14 0 0.78 0.29
HSL 70.64º 0.64% 0.43% -
HSV(B) 70.64º 0.78% 0.71% -
XYZ 30.62 40.27 8.17 -
YUV 157.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 156 181 40 0.14 0 0.78 0.29 70.64 0.64 0.43
Hex 9C B5 28 E 0 4E 1D 47 40 2B
Octal 234 265 50 16 0 116 35 107 100 53
Binary 10011100 10110101 101000 1110 0 1001110 11101 1000111 1000000 101011

Color Harmonies of #9CB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB528

Black with #9CB528

Text Example


Text Example

White with #9CB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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