Html Css Color HEX #9BAF06 Citrus

📋 copy color: '#9BAF06'

red 155 ◦ green 175 ◦ blue 6

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

Shades of Citrus #9BAF06

Tints of Citrus #9BAF06

RGB

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

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

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

R = 46.13%
G = 52.08%
B = 1.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#9BAF06 (or 0x9BAF06) is known color: Citrus. HEX triplet: 9B, AF and 06. RGB value is (155,175,6). Sum of RGB (Red+Green+Blue) = 155+175+6=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF06 is #6450F9. Grayscale: #969696. Windows color (decimal): -6574330 or 438171. OLE color: 438171.

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

Color convert

RGB 155 175 6 -
CMYK 0.11 0 0.97 0.31
HSL 67.1º 0.93% 0.35% -
HSV(B) 67.1º 0.97% 0.69% -
XYZ 28.88 37.64 5.92 -
YUV 149.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 155 175 6 0.11 0 0.97 0.31 67.1 0.93 0.35
Hex 9B AF 6 B 0 61 1F 43 5D 23
Octal 233 257 6 13 0 141 37 103 135 43
Binary 10011011 10101111 110 1011 0 1100001 11111 1000011 1011101 100011

Color Harmonies of #9BAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF06

Black with #9BAF06

Text Example


Text Example

White with #9BAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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