Html Css Color HEX #8CB901 Citrus

📋 copy color: '#8CB901'

red 140 ◦ green 185 ◦ blue 1

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

Shades of Citrus #8CB901

Tints of Citrus #8CB901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 42.94%
G = 56.75%
B = 0.31%

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

#8CB901 (or 0x8CB901) is known color: Citrus. HEX triplet: 8C, B9 and 01. RGB value is (140,185,1). Sum of RGB (Red+Green+Blue) = 140+185+1=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB901 is #7346FE. Grayscale: #979797. Windows color (decimal): -7554815 or 113036. OLE color: 113036.

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

Color convert

RGB 140 185 1 -
CMYK 0.24 0 0.99 0.27
HSL 74.67º 0.99% 0.36% -
HSV(B) 74.67º 0.99% 0.73% -
XYZ 28.17 40.28 6.32 -
YUV 150.57 43.59 120.46 -
System Red Green Blue C M Y K H S L
Decimal 140 185 1 0.24 0 0.99 0.27 74.67 0.99 0.36
Hex 8C B9 1 18 0 63 1B 4B 63 24
Octal 214 271 1 30 0 143 33 113 143 44
Binary 10001100 10111001 1 11000 0 1100011 11011 1001011 1100011 100100

Color Harmonies of #8CB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB901

Black with #8CB901

Text Example


Text Example

White with #8CB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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