Html Css Color HEX #9BBA15 Citrus

📋 copy color: '#9BBA15'

red 155 ◦ green 186 ◦ blue 21

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

Shades of Citrus #9BBA15

Tints of Citrus #9BBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

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

R = 42.82%
G = 51.38%
B = 5.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9BBA15 (or 0x9BBA15) is known color: Citrus. HEX triplet: 9B, BA and 15. RGB value is (155,186,21). Sum of RGB (Red+Green+Blue) = 155+186+21=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA15 is #6445EA. Grayscale: #9E9E9E. Windows color (decimal): -6571499 or 1424027. OLE color: 1424027.

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

Color convert

RGB 155 186 21 -
CMYK 0.17 0 0.89 0.27
HSL 71.27º 0.8% 0.41% -
HSV(B) 71.27º 0.89% 0.73% -
XYZ 31.21 42.14 7.2 -
YUV 157.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 155 186 21 0.17 0 0.89 0.27 71.27 0.8 0.41
Hex 9B BA 15 11 0 59 1B 47 50 29
Octal 233 272 25 21 0 131 33 107 120 51
Binary 10011011 10111010 10101 10001 0 1011001 11011 1000111 1010000 101001

Color Harmonies of #9BBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA15

Black with #9BBA15

Text Example


Text Example

White with #9BBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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