Html Css Color HEX #9CB628 Bahia

📋 copy color: '#9CB628'

red 156 ◦ green 182 ◦ blue 40

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

Shades of Bahia #9CB628

Tints of Bahia #9CB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.15%

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

R = 41.27%
G = 48.15%
B = 10.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#9CB628 (or 0x9CB628) is known color: Bahia. HEX triplet: 9C, B6 and 28. RGB value is (156,182,40). Sum of RGB (Red+Green+Blue) = 156+182+40=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB628 is #6349D7. Grayscale: #9E9E9E. Windows color (decimal): -6506968 or 2668188. OLE color: 2668188.

HSL color Cylindrical-coordinate representation of color #9CB628: hue angle of 70.99º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9CB628 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 182 40 -
CMYK 0.14 0 0.78 0.29
HSL 70.99º 0.64% 0.44% -
HSV(B) 70.99º 0.78% 0.71% -
XYZ 30.82 40.68 8.23 -
YUV 158.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 156 182 40 0.14 0 0.78 0.29 70.99 0.64 0.44
Hex 9C B6 28 E 0 4E 1D 47 40 2C
Octal 234 266 50 16 0 116 35 107 100 54
Binary 10011100 10110110 101000 1110 0 1001110 11101 1000111 1000000 101100

Color Harmonies of #9CB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB628

Black with #9CB628

Text Example


Text Example

White with #9CB628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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