Html Css Color HEX #8CBB01 Citrus

📋 copy color: '#8CBB01'

red 140 ◦ green 187 ◦ blue 1

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

Shades of Citrus #8CBB01

Tints of Citrus #8CBB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.01%

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

R = 42.68%
G = 57.01%
B = 0.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#8CBB01 (or 0x8CBB01) is known color: Citrus. HEX triplet: 8C, BB and 01. RGB value is (140,187,1). Sum of RGB (Red+Green+Blue) = 140+187+1=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB01 is #7344FE. Grayscale: #989898. Windows color (decimal): -7554303 or 113548. OLE color: 113548.

HSL color Cylindrical-coordinate representation of color #8CBB01: hue angle of 75.16º degrees, saturation: 0.99, 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 #8CBB01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 187 1 -
CMYK 0.25 0 0.99 0.27
HSL 75.16º 0.99% 0.37% -
HSV(B) 75.16º 0.99% 0.73% -
XYZ 28.59 41.12 6.46 -
YUV 151.74 42.93 119.62 -
System Red Green Blue C M Y K H S L
Decimal 140 187 1 0.25 0 0.99 0.27 75.16 0.99 0.37
Hex 8C BB 1 19 0 63 1B 4B 63 25
Octal 214 273 1 31 0 143 33 113 143 45
Binary 10001100 10111011 1 11001 0 1100011 11011 1001011 1100011 100101

Color Harmonies of #8CBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB01

Black with #8CBB01

Text Example


Text Example

White with #8CBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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