Html Css Color HEX #9CB11D Bahia

📋 copy color: '#9CB11D'

red 156 ◦ green 177 ◦ blue 29

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

Shades of Bahia #9CB11D

Tints of Bahia #9CB11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.9%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 43.09%
G = 48.9%
B = 8.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#9CB11D (or 0x9CB11D) is known color: Bahia. HEX triplet: 9C, B1 and 1D. RGB value is (156,177,29). Sum of RGB (Red+Green+Blue) = 156+177+29=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB11D is #634EE2. Grayscale: #9A9A9A. Windows color (decimal): -6508259 or 1946012. OLE color: 1946012.

HSL color Cylindrical-coordinate representation of color #9CB11D: hue angle of 68.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CB11D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 29 -
CMYK 0.12 0 0.84 0.31
HSL 68.51º 0.72% 0.4% -
HSV(B) 68.51º 0.84% 0.69% -
XYZ 29.65 38.6 7.05 -
YUV 153.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 156 177 29 0.12 0 0.84 0.31 68.51 0.72 0.4
Hex 9C B1 1D C 0 54 1F 45 48 28
Octal 234 261 35 14 0 124 37 105 110 50
Binary 10011100 10110001 11101 1100 0 1010100 11111 1000101 1001000 101000

Color Harmonies of #9CB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB11D

Black with #9CB11D

Text Example


Text Example

White with #9CB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,29); }

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

background-color css

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

 a { background-color: rgb(156,177,29); }

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

border-color css

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

 span { border-color: rgb(156,177,29); }

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