Html Css Color HEX #9CBC28 Bahia

📋 copy color: '#9CBC28'

red 156 ◦ green 188 ◦ blue 40

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

Shades of Bahia #9CBC28

Tints of Bahia #9CBC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 40.63%
G = 48.96%
B = 10.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#9CBC28 (or 0x9CBC28) is known color: Bahia. HEX triplet: 9C, BC and 28. RGB value is (156,188,40). Sum of RGB (Red+Green+Blue) = 156+188+40=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC28 is #6343D7. Grayscale: #A2A2A2. Windows color (decimal): -6505432 or 2669724. OLE color: 2669724.

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

Color convert

RGB 156 188 40 -
CMYK 0.17 0 0.79 0.26
HSL 72.97º 0.65% 0.45% -
HSV(B) 72.97º 0.79% 0.74% -
XYZ 32.08 43.19 8.65 -
YUV 161.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 156 188 40 0.17 0 0.79 0.26 72.97 0.65 0.45
Hex 9C BC 28 11 0 4F 1A 49 41 2D
Octal 234 274 50 21 0 117 32 111 101 55
Binary 10011100 10111100 101000 10001 0 1001111 11010 1001001 1000001 101101

Color Harmonies of #9CBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC28

Black with #9CBC28

Text Example


Text Example

White with #9CBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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