Html Css Color HEX #8BBC01 Citrus

📋 copy color: '#8BBC01'

red 139 ◦ green 188 ◦ blue 1

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

Shades of Citrus #8BBC01

Tints of Citrus #8BBC01

RGB

 RED value IS 139 (54.69% from 255) = 42.38%

 GREEN value IS 188 (73.83% from 255) = 57.32%

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

R = 42.38%
G = 57.32%
B = 0.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#8BBC01 (or 0x8BBC01) is known color: Citrus. HEX triplet: 8B, BC and 01. RGB value is (139,188,1). Sum of RGB (Red+Green+Blue) = 139+188+1=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC01 is #7443FE. Grayscale: #989898. Windows color (decimal): -7619583 or 113803. OLE color: 113803.

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

Color convert

RGB 139 188 1 -
CMYK 0.26 0 0.99 0.26
HSL 75.72º 0.99% 0.37% -
HSV(B) 75.72º 0.99% 0.74% -
XYZ 28.64 41.46 6.52 -
YUV 152.03 42.77 118.71 -
System Red Green Blue C M Y K H S L
Decimal 139 188 1 0.26 0 0.99 0.26 75.72 0.99 0.37
Hex 8B BC 1 1A 0 63 1A 4C 63 25
Octal 213 274 1 32 0 143 32 114 143 45
Binary 10001011 10111100 1 11010 0 1100011 11010 1001100 1100011 100101

Color Harmonies of #8BBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC01

Black with #8BBC01

Text Example


Text Example

White with #8BBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,1); }

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

background-color css

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

 a { background-color: rgb(139,188,1); }

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

border-color css

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

 span { border-color: rgb(139,188,1); }

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