Html Css Color HEX #9CB323 Bahia

📋 copy color: '#9CB323'

red 156 ◦ green 179 ◦ blue 35

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

Shades of Bahia #9CB323

Tints of Bahia #9CB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 42.16%
G = 48.38%
B = 9.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#9CB323 (or 0x9CB323) is known color: Bahia. HEX triplet: 9C, B3 and 23. RGB value is (156,179,35). Sum of RGB (Red+Green+Blue) = 156+179+35=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB323 is #634CDC. Grayscale: #9C9C9C. Windows color (decimal): -6507741 or 2339740. OLE color: 2339740.

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

Color convert

RGB 156 179 35 -
CMYK 0.13 0 0.80 0.30
HSL 69.58º 0.67% 0.42% -
HSV(B) 69.58º 0.8% 0.7% -
XYZ 30.13 39.43 7.61 -
YUV 155.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 156 179 35 0.13 0 0.80 0.30 69.58 0.67 0.42
Hex 9C B3 23 D 0 50 1E 46 43 2A
Octal 234 263 43 15 0 120 36 106 103 52
Binary 10011100 10110011 100011 1101 0 1010000 11110 1000110 1000011 101010

Color Harmonies of #9CB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB323

Black with #9CB323

Text Example


Text Example

White with #9CB323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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