Html Css Color HEX #9CB50F Citrus

📋 copy color: '#9CB50F'

red 156 ◦ green 181 ◦ blue 15

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

Shades of Citrus #9CB50F

Tints of Citrus #9CB50F

RGB

 RED value IS 156 (61.33% from 255) = 44.32%

 GREEN value IS 181 (71.09% from 255) = 51.42%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 44.32%
G = 51.42%
B = 4.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#9CB50F (or 0x9CB50F) is known color: Citrus. HEX triplet: 9C, B5 and 0F. RGB value is (156,181,15). Sum of RGB (Red+Green+Blue) = 156+181+15=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB50F is #634AF0. Grayscale: #9B9B9B. Windows color (decimal): -6507249 or 1029532. OLE color: 1029532.

HSL color Cylindrical-coordinate representation of color #9CB50F: hue angle of 69.04º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CB50F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 15 -
CMYK 0.14 0 0.92 0.29
HSL 69.04º 0.85% 0.38% -
HSV(B) 69.04º 0.92% 0.71% -
XYZ 30.32 40.15 6.6 -
YUV 154.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 156 181 15 0.14 0 0.92 0.29 69.04 0.85 0.38
Hex 9C B5 F E 0 5C 1D 45 55 26
Octal 234 265 17 16 0 134 35 105 125 46
Binary 10011100 10110101 1111 1110 0 1011100 11101 1000101 1010101 100110

Color Harmonies of #9CB50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB50F

Black with #9CB50F

Text Example


Text Example

White with #9CB50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,15); }

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

background-color css

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

 a { background-color: rgb(156,181,15); }

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

border-color css

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

 span { border-color: rgb(156,181,15); }

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