Html Css Color HEX #9BAF01 Citrus

📋 copy color: '#9BAF01'

red 155 ◦ green 175 ◦ blue 1

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

Shades of Citrus #9BAF01

Tints of Citrus #9BAF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 46.83%
G = 52.87%
B = 0.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9BAF01 (or 0x9BAF01) is known color: Citrus. HEX triplet: 9B, AF and 01. RGB value is (155,175,1). Sum of RGB (Red+Green+Blue) = 155+175+1=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF01 is #6450FE. Grayscale: #959595. Windows color (decimal): -6574335 or 110491. OLE color: 110491.

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

Color convert

RGB 155 175 1 -
CMYK 0.11 0 0.99 0.31
HSL 66.9º 0.99% 0.35% -
HSV(B) 66.9º 0.99% 0.69% -
XYZ 28.85 37.63 5.77 -
YUV 149.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 155 175 1 0.11 0 0.99 0.31 66.9 0.99 0.35
Hex 9B AF 1 B 0 63 1F 43 63 23
Octal 233 257 1 13 0 143 37 103 143 43
Binary 10011011 10101111 1 1011 0 1100011 11111 1000011 1100011 100011

Color Harmonies of #9BAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF01

Black with #9BAF01

Text Example


Text Example

White with #9BAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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