Html Css Color HEX #9CBB1D Bahia

📋 copy color: '#9CBB1D'

red 156 ◦ green 187 ◦ blue 29

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

Shades of Bahia #9CBB1D

Tints of Bahia #9CBB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.27%

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

R = 41.94%
G = 50.27%
B = 7.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#9CBB1D (or 0x9CBB1D) is known color: Bahia. HEX triplet: 9C, BB and 1D. RGB value is (156,187,29). Sum of RGB (Red+Green+Blue) = 156+187+29=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB1D is #6344E2. Grayscale: #A0A0A0. Windows color (decimal): -6505699 or 1948572. OLE color: 1948572.

HSL color Cylindrical-coordinate representation of color #9CBB1D: hue angle of 71.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CBB1D is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 29 -
CMYK 0.17 0 0.84 0.27
HSL 71.77º 0.73% 0.42% -
HSV(B) 71.77º 0.84% 0.73% -
XYZ 31.7 42.7 7.73 -
YUV 159.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 156 187 29 0.17 0 0.84 0.27 71.77 0.73 0.42
Hex 9C BB 1D 11 0 54 1B 48 49 2A
Octal 234 273 35 21 0 124 33 110 111 52
Binary 10011100 10111011 11101 10001 0 1010100 11011 1001000 1001001 101010

Color Harmonies of #9CBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB1D

Black with #9CBB1D

Text Example


Text Example

White with #9CBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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