Html Css Color HEX #9BAC07 Citrus

📋 copy color: '#9BAC07'

red 155 ◦ green 172 ◦ blue 7

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

Shades of Citrus #9BAC07

Tints of Citrus #9BAC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 46.41%
G = 51.5%
B = 2.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#9BAC07 (or 0x9BAC07) is known color: Citrus. HEX triplet: 9B, AC and 07. RGB value is (155,172,7). Sum of RGB (Red+Green+Blue) = 155+172+7=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC07 is #6453F8. Grayscale: #949494. Windows color (decimal): -6575097 or 502939. OLE color: 502939.

HSL color Cylindrical-coordinate representation of color #9BAC07: hue angle of 66.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BAC07 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 7 -
CMYK 0.10 0 0.96 0.33
HSL 66.18º 0.92% 0.35% -
HSV(B) 66.18º 0.96% 0.67% -
XYZ 28.31 36.49 5.75 -
YUV 148.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 155 172 7 0.10 0 0.96 0.33 66.18 0.92 0.35
Hex 9B AC 7 A 0 60 21 42 5C 23
Octal 233 254 7 12 0 140 41 102 134 43
Binary 10011011 10101100 111 1010 0 1100000 100001 1000010 1011100 100011

Color Harmonies of #9BAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC07

Black with #9BAC07

Text Example


Text Example

White with #9BAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,7); }

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

background-color css

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

 a { background-color: rgb(155,172,7); }

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

border-color css

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

 span { border-color: rgb(155,172,7); }

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