Html Css Color HEX #9CBB25 Bahia

📋 copy color: '#9CBB25'

red 156 ◦ green 187 ◦ blue 37

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

Shades of Bahia #9CBB25

Tints of Bahia #9CBB25

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

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

R = 41.05%
G = 49.21%
B = 9.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#9CBB25 (or 0x9CBB25) is known color: Bahia. HEX triplet: 9C, BB and 25. RGB value is (156,187,37). Sum of RGB (Red+Green+Blue) = 156+187+37=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB25 is #6344DA. Grayscale: #A1A1A1. Windows color (decimal): -6505691 or 2472860. OLE color: 2472860.

HSL color Cylindrical-coordinate representation of color #9CBB25: hue angle of 72.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CBB25 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 37 -
CMYK 0.17 0 0.80 0.27
HSL 72.4º 0.67% 0.44% -
HSV(B) 72.4º 0.8% 0.73% -
XYZ 31.81 42.74 8.32 -
YUV 160.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 156 187 37 0.17 0 0.80 0.27 72.4 0.67 0.44
Hex 9C BB 25 11 0 50 1B 48 43 2C
Octal 234 273 45 21 0 120 33 110 103 54
Binary 10011100 10111011 100101 10001 0 1010000 11011 1001000 1000011 101100

Color Harmonies of #9CBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB25

Black with #9CBB25

Text Example


Text Example

White with #9CBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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