Html Css Color HEX #9CBC18 Bahia

📋 copy color: '#9CBC18'

red 156 ◦ green 188 ◦ blue 24

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

Shades of Bahia #9CBC18

Tints of Bahia #9CBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 42.39%
G = 51.09%
B = 6.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#9CBC18 (or 0x9CBC18) is known color: Bahia. HEX triplet: 9C, BC and 18. RGB value is (156,188,24). Sum of RGB (Red+Green+Blue) = 156+188+24=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC18 is #6343E7. Grayscale: #A0A0A0. Windows color (decimal): -6505448 or 1621148. OLE color: 1621148.

HSL color Cylindrical-coordinate representation of color #9CBC18: hue angle of 71.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CBC18 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 24 -
CMYK 0.17 0 0.87 0.26
HSL 71.71º 0.77% 0.42% -
HSV(B) 71.71º 0.87% 0.74% -
XYZ 31.86 43.1 7.5 -
YUV 159.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 156 188 24 0.17 0 0.87 0.26 71.71 0.77 0.42
Hex 9C BC 18 11 0 57 1A 48 4D 2A
Octal 234 274 30 21 0 127 32 110 115 52
Binary 10011100 10111100 11000 10001 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9CBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC18

Black with #9CBC18

Text Example


Text Example

White with #9CBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,24); }

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

background-color css

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

 a { background-color: rgb(156,188,24); }

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

border-color css

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

 span { border-color: rgb(156,188,24); }

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