Html Css Color HEX #9BB725 Bahia

📋 copy color: '#9BB725'

red 155 ◦ green 183 ◦ blue 37

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

Shades of Bahia #9BB725

Tints of Bahia #9BB725

RGB

 RED value IS 155 (60.94% from 255) = 41.33%

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

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

R = 41.33%
G = 48.8%
B = 9.87%

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

#9BB725 (or 0x9BB725) is known color: Bahia. HEX triplet: 9B, B7 and 25. RGB value is (155,183,37). Sum of RGB (Red+Green+Blue) = 155+183+37=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB725 is #6448DA. Grayscale: #9E9E9E. Windows color (decimal): -6572251 or 2471835. OLE color: 2471835.

HSL color Cylindrical-coordinate representation of color #9BB725: hue angle of 71.51º 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 #9BB725 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 183 37 -
CMYK 0.15 0 0.80 0.28
HSL 71.51º 0.66% 0.43% -
HSV(B) 71.51º 0.8% 0.72% -
XYZ 30.78 40.97 8.04 -
YUV 157.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 155 183 37 0.15 0 0.80 0.28 71.51 0.66 0.43
Hex 9B B7 25 F 0 50 1C 48 42 2B
Octal 233 267 45 17 0 120 34 110 102 53
Binary 10011011 10110111 100101 1111 0 1010000 11100 1001000 1000010 101011

Color Harmonies of #9BB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB725

Black with #9BB725

Text Example


Text Example

White with #9BB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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