Html Css Color HEX #9FBD0C Citrus

📋 copy color: '#9FBD0C'

red 159 ◦ green 189 ◦ blue 12

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

Shades of Citrus #9FBD0C

Tints of Citrus #9FBD0C

RGB

 RED value IS 159 (62.5% from 255) = 44.17%

 GREEN value IS 189 (74.22% from 255) = 52.5%

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 44.17%
G = 52.5%
B = 3.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#9FBD0C (or 0x9FBD0C) is known color: Citrus. HEX triplet: 9F, BD and 0C. RGB value is (159,189,12). Sum of RGB (Red+Green+Blue) = 159+189+12=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBD0C is #6042F3. Grayscale: #A0A0A0. Windows color (decimal): -6308596 or 834975. OLE color: 834975.

HSL color Cylindrical-coordinate representation of color #9FBD0C: hue angle of 70.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FBD0C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 189 12 -
CMYK 0.16 0 0.94 0.26
HSL 70.17º 0.88% 0.39% -
HSV(B) 70.17º 0.94% 0.74% -
XYZ 32.56 43.79 7.08 -
YUV 159.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 159 189 12 0.16 0 0.94 0.26 70.17 0.88 0.39
Hex 9F BD C 10 0 5E 1A 46 58 27
Octal 237 275 14 20 0 136 32 106 130 47
Binary 10011111 10111101 1100 10000 0 1011110 11010 1000110 1011000 100111

Color Harmonies of #9FBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBD0C

Black with #9FBD0C

Text Example


Text Example

White with #9FBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,12); }

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

background-color css

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

 a { background-color: rgb(159,189,12); }

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

border-color css

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

 span { border-color: rgb(159,189,12); }

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