Html Css Color HEX #8CB509 Citrus

📋 copy color: '#8CB509'

red 140 ◦ green 181 ◦ blue 9

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

Shades of Citrus #8CB509

Tints of Citrus #8CB509

RGB

 RED value IS 140 (55.08% from 255) = 42.42%

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

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 42.42%
G = 54.85%
B = 2.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#8CB509 (or 0x8CB509) is known color: Citrus. HEX triplet: 8C, B5 and 09. RGB value is (140,181,9). Sum of RGB (Red+Green+Blue) = 140+181+9=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB509 is #734AF6. Grayscale: #959595. Windows color (decimal): -7555831 or 636300. OLE color: 636300.

HSL color Cylindrical-coordinate representation of color #8CB509: hue angle of 74.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CB509 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 9 -
CMYK 0.23 0 0.95 0.29
HSL 74.3º 0.91% 0.37% -
HSV(B) 74.3º 0.95% 0.71% -
XYZ 27.39 38.64 6.27 -
YUV 149.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 140 181 9 0.23 0 0.95 0.29 74.3 0.91 0.37
Hex 8C B5 9 17 0 5F 1D 4A 5B 25
Octal 214 265 11 27 0 137 35 112 133 45
Binary 10001100 10110101 1001 10111 0 1011111 11101 1001010 1011011 100101

Color Harmonies of #8CB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB509

Black with #8CB509

Text Example


Text Example

White with #8CB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB509; }

 p { color: rgb(140,181,9); }

 H1.HeaderClassName
 {
   color: #8CB509;
 }
 .AnyTagClassName
 {
   color: #8CB509;
 }
</style>

background-color css

<style>
 a { background-color: #8CB509; }

 a { background-color: rgb(140,181,9); }

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

border-color css

<style>
 span { border-color: #8CB509; }

 span { border-color: rgb(140,181,9); }

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