Html Css Color HEX #9CBC19 Bahia

📋 copy color: '#9CBC19'

red 156 ◦ green 188 ◦ blue 25

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

Shades of Bahia #9CBC19

Tints of Bahia #9CBC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 42.28%
G = 50.95%
B = 6.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#9CBC19 (or 0x9CBC19) is known color: Bahia. HEX triplet: 9C, BC and 19. RGB value is (156,188,25). Sum of RGB (Red+Green+Blue) = 156+188+25=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC19 is #6343E6. Grayscale: #A0A0A0. Windows color (decimal): -6505447 or 1686684. OLE color: 1686684.

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

Color convert

RGB 156 188 25 -
CMYK 0.17 0 0.87 0.26
HSL 71.78º 0.77% 0.42% -
HSV(B) 71.78º 0.87% 0.74% -
XYZ 31.87 43.1 7.56 -
YUV 159.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 156 188 25 0.17 0 0.87 0.26 71.78 0.77 0.42
Hex 9C BC 19 11 0 57 1A 48 4D 2A
Octal 234 274 31 21 0 127 32 110 115 52
Binary 10011100 10111100 11001 10001 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9CBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC19

Black with #9CBC19

Text Example


Text Example

White with #9CBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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