Html Css Color HEX #9BAF07 Citrus

📋 copy color: '#9BAF07'

red 155 ◦ green 175 ◦ blue 7

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

Shades of Citrus #9BAF07

Tints of Citrus #9BAF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.93%

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

R = 45.99%
G = 51.93%
B = 2.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#9BAF07 (or 0x9BAF07) is known color: Citrus. HEX triplet: 9B, AF and 07. RGB value is (155,175,7). Sum of RGB (Red+Green+Blue) = 155+175+7=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF07 is #6450F8. Grayscale: #969696. Windows color (decimal): -6574329 or 503707. OLE color: 503707.

HSL color Cylindrical-coordinate representation of color #9BAF07: hue angle of 67.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BAF07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 7 -
CMYK 0.11 0 0.96 0.31
HSL 67.14º 0.92% 0.36% -
HSV(B) 67.14º 0.96% 0.69% -
XYZ 28.89 37.64 5.94 -
YUV 149.87 47.37 131.66 -
System Red Green Blue C M Y K H S L
Decimal 155 175 7 0.11 0 0.96 0.31 67.14 0.92 0.36
Hex 9B AF 7 B 0 60 1F 43 5C 24
Octal 233 257 7 13 0 140 37 103 134 44
Binary 10011011 10101111 111 1011 0 1100000 11111 1000011 1011100 100100

Color Harmonies of #9BAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF07

Black with #9BAF07

Text Example


Text Example

White with #9BAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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