Html Css Color HEX #9BBA06 Citrus

📋 copy color: '#9BBA06'

red 155 ◦ green 186 ◦ blue 6

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

Shades of Citrus #9BBA06

Tints of Citrus #9BBA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 44.67%
G = 53.6%
B = 1.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9BBA06 (or 0x9BBA06) is known color: Citrus. HEX triplet: 9B, BA and 06. RGB value is (155,186,6). Sum of RGB (Red+Green+Blue) = 155+186+6=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA06 is #6445F9. Grayscale: #9C9C9C. Windows color (decimal): -6571514 or 440987. OLE color: 440987.

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

Color convert

RGB 155 186 6 -
CMYK 0.17 0 0.97 0.27
HSL 70.33º 0.94% 0.38% -
HSV(B) 70.33º 0.97% 0.73% -
XYZ 31.11 42.1 6.66 -
YUV 156.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 155 186 6 0.17 0 0.97 0.27 70.33 0.94 0.38
Hex 9B BA 6 11 0 61 1B 46 5E 26
Octal 233 272 6 21 0 141 33 106 136 46
Binary 10011011 10111010 110 10001 0 1100001 11011 1000110 1011110 100110

Color Harmonies of #9BBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA06

Black with #9BBA06

Text Example


Text Example

White with #9BBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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