Html Css Color HEX #8CB902 Citrus

📋 copy color: '#8CB902'

red 140 ◦ green 185 ◦ blue 2

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

Shades of Citrus #8CB902

Tints of Citrus #8CB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.57%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 42.81%
G = 56.57%
B = 0.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#8CB902 (or 0x8CB902) is known color: Citrus. HEX triplet: 8C, B9 and 02. RGB value is (140,185,2). Sum of RGB (Red+Green+Blue) = 140+185+2=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB902 is #7346FD. Grayscale: #979797. Windows color (decimal): -7554814 or 178572. OLE color: 178572.

HSL color Cylindrical-coordinate representation of color #8CB902: hue angle of 74.75º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CB902 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 2 -
CMYK 0.24 0 0.99 0.27
HSL 74.75º 0.98% 0.37% -
HSV(B) 74.75º 0.99% 0.73% -
XYZ 28.18 40.28 6.35 -
YUV 150.68 44.09 120.38 -
System Red Green Blue C M Y K H S L
Decimal 140 185 2 0.24 0 0.99 0.27 74.75 0.98 0.37
Hex 8C B9 2 18 0 63 1B 4B 62 25
Octal 214 271 2 30 0 143 33 113 142 45
Binary 10001100 10111001 10 11000 0 1100011 11011 1001011 1100010 100101

Color Harmonies of #8CB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB902

Black with #8CB902

Text Example


Text Example

White with #8CB902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,2); }

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

background-color css

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

 a { background-color: rgb(140,185,2); }

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

border-color css

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

 span { border-color: rgb(140,185,2); }

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