Html Css Color HEX #9CB325 Bahia

📋 copy color: '#9CB325'

red 156 ◦ green 179 ◦ blue 37

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

Shades of Bahia #9CB325

Tints of Bahia #9CB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.12%

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 41.94%
G = 48.12%
B = 9.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#9CB325 (or 0x9CB325) is known color: Bahia. HEX triplet: 9C, B3 and 25. RGB value is (156,179,37). Sum of RGB (Red+Green+Blue) = 156+179+37=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB325 is #634CDA. Grayscale: #9C9C9C. Windows color (decimal): -6507739 or 2470812. OLE color: 2470812.

HSL color Cylindrical-coordinate representation of color #9CB325: hue angle of 69.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CB325 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 37 -
CMYK 0.13 0 0.79 0.30
HSL 69.72º 0.66% 0.42% -
HSV(B) 69.72º 0.79% 0.7% -
XYZ 30.16 39.44 7.77 -
YUV 155.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 156 179 37 0.13 0 0.79 0.30 69.72 0.66 0.42
Hex 9C B3 25 D 0 4F 1E 46 42 2A
Octal 234 263 45 15 0 117 36 106 102 52
Binary 10011100 10110011 100101 1101 0 1001111 11110 1000110 1000010 101010

Color Harmonies of #9CB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB325

Black with #9CB325

Text Example


Text Example

White with #9CB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,37); }

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

background-color css

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

 a { background-color: rgb(156,179,37); }

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

border-color css

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

 span { border-color: rgb(156,179,37); }

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