Html Css Color HEX #9BC024 Bahia

📋 copy color: '#9BC024'

red 155 ◦ green 192 ◦ blue 36

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

Shades of Bahia #9BC024

Tints of Bahia #9BC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 40.47%
G = 50.13%
B = 9.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#9BC024 (or 0x9BC024) is known color: Bahia. HEX triplet: 9B, C0 and 24. RGB value is (155,192,36). Sum of RGB (Red+Green+Blue) = 155+192+36=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC024 is #643FDB. Grayscale: #A3A3A3. Windows color (decimal): -6569948 or 2408603. OLE color: 2408603.

HSL color Cylindrical-coordinate representation of color #9BC024: hue angle of 74.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BC024 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 36 -
CMYK 0.19 0 0.81 0.25
HSL 74.23º 0.68% 0.45% -
HSV(B) 74.23º 0.81% 0.75% -
XYZ 32.69 44.8 8.59 -
YUV 163.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 155 192 36 0.19 0 0.81 0.25 74.23 0.68 0.45
Hex 9B C0 24 13 0 51 19 4A 44 2D
Octal 233 300 44 23 0 121 31 112 104 55
Binary 10011011 11000000 100100 10011 0 1010001 11001 1001010 1000100 101101

Color Harmonies of #9BC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC024

Black with #9BC024

Text Example


Text Example

White with #9BC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,36); }

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

background-color css

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

 a { background-color: rgb(155,192,36); }

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

border-color css

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

 span { border-color: rgb(155,192,36); }

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