Html Css Color HEX #9CB023 Bahia

📋 copy color: '#9CB023'

red 156 ◦ green 176 ◦ blue 35

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

Shades of Bahia #9CB023

Tints of Bahia #9CB023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 42.51%
G = 47.96%
B = 9.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#9CB023 (or 0x9CB023) is known color: Bahia. HEX triplet: 9C, B0 and 23. RGB value is (156,176,35). Sum of RGB (Red+Green+Blue) = 156+176+35=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB023 is #634FDC. Grayscale: #9A9A9A. Windows color (decimal): -6508509 or 2338972. OLE color: 2338972.

HSL color Cylindrical-coordinate representation of color #9CB023: hue angle of 68.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CB023 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 35 -
CMYK 0.11 0 0.80 0.31
HSL 68.51º 0.67% 0.41% -
HSV(B) 68.51º 0.8% 0.69% -
XYZ 29.54 38.24 7.41 -
YUV 153.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 156 176 35 0.11 0 0.80 0.31 68.51 0.67 0.41
Hex 9C B0 23 B 0 50 1F 45 43 29
Octal 234 260 43 13 0 120 37 105 103 51
Binary 10011100 10110000 100011 1011 0 1010000 11111 1000101 1000011 101001

Color Harmonies of #9CB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB023

Black with #9CB023

Text Example


Text Example

White with #9CB023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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