Html Css Color HEX #9BC015 Citrus

📋 copy color: '#9BC015'

red 155 ◦ green 192 ◦ blue 21

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

Shades of Citrus #9BC015

Tints of Citrus #9BC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 42.12%
G = 52.17%
B = 5.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#9BC015 (or 0x9BC015) is known color: Citrus. HEX triplet: 9B, C0 and 15. RGB value is (155,192,21). Sum of RGB (Red+Green+Blue) = 155+192+21=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC015 is #643FEA. Grayscale: #A2A2A2. Windows color (decimal): -6569963 or 1425563. OLE color: 1425563.

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

Color convert

RGB 155 192 21 -
CMYK 0.19 0 0.89 0.25
HSL 72.98º 0.8% 0.42% -
HSV(B) 72.98º 0.89% 0.75% -
XYZ 32.5 44.72 7.63 -
YUV 161.44 48.74 123.4 -
System Red Green Blue C M Y K H S L
Decimal 155 192 21 0.19 0 0.89 0.25 72.98 0.8 0.42
Hex 9B C0 15 13 0 59 19 49 50 2A
Octal 233 300 25 23 0 131 31 111 120 52
Binary 10011011 11000000 10101 10011 0 1011001 11001 1001001 1010000 101010

Color Harmonies of #9BC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC015

Black with #9BC015

Text Example


Text Example

White with #9BC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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