Html Css Color HEX #9BAF1C Citrus

📋 copy color: '#9BAF1C'

red 155 ◦ green 175 ◦ blue 28

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

Shades of Citrus #9BAF1C

Tints of Citrus #9BAF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 43.3%
G = 48.88%
B = 7.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#9BAF1C (or 0x9BAF1C) is known color: Citrus. HEX triplet: 9B, AF and 1C. RGB value is (155,175,28). Sum of RGB (Red+Green+Blue) = 155+175+28=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF1C is #6450E3. Grayscale: #989898. Windows color (decimal): -6574308 or 1879963. OLE color: 1879963.

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

Color convert

RGB 155 175 28 -
CMYK 0.11 0 0.84 0.31
HSL 68.16º 0.72% 0.4% -
HSV(B) 68.16º 0.84% 0.69% -
XYZ 29.06 37.71 6.85 -
YUV 152.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 155 175 28 0.11 0 0.84 0.31 68.16 0.72 0.4
Hex 9B AF 1C B 0 54 1F 44 48 28
Octal 233 257 34 13 0 124 37 104 110 50
Binary 10011011 10101111 11100 1011 0 1010100 11111 1000100 1001000 101000

Color Harmonies of #9BAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF1C

Black with #9BAF1C

Text Example


Text Example

White with #9BAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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