Html Css Color HEX #9CB725 Bahia

📋 copy color: '#9CB725'

red 156 ◦ green 183 ◦ blue 37

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

Shades of Bahia #9CB725

Tints of Bahia #9CB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 41.49%
G = 48.67%
B = 9.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#9CB725 (or 0x9CB725) is known color: Bahia. HEX triplet: 9C, B7 and 25. RGB value is (156,183,37). Sum of RGB (Red+Green+Blue) = 156+183+37=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB725 is #6348DA. Grayscale: #9E9E9E. Windows color (decimal): -6506715 or 2471836. OLE color: 2471836.

HSL color Cylindrical-coordinate representation of color #9CB725: hue angle of 71.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CB725 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 37 -
CMYK 0.15 0 0.80 0.28
HSL 71.1º 0.66% 0.43% -
HSV(B) 71.1º 0.8% 0.72% -
XYZ 30.98 41.07 8.04 -
YUV 158.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 156 183 37 0.15 0 0.80 0.28 71.1 0.66 0.43
Hex 9C B7 25 F 0 50 1C 47 42 2B
Octal 234 267 45 17 0 120 34 107 102 53
Binary 10011100 10110111 100101 1111 0 1010000 11100 1000111 1000010 101011

Color Harmonies of #9CB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB725

Black with #9CB725

Text Example


Text Example

White with #9CB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,37); }

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

background-color css

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

 a { background-color: rgb(156,183,37); }

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

border-color css

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

 span { border-color: rgb(156,183,37); }

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