Html Css Color HEX #8BB901 Citrus

📋 copy color: '#8BB901'

red 139 ◦ green 185 ◦ blue 1

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

Shades of Citrus #8BB901

Tints of Citrus #8BB901

RGB

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

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

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

R = 42.77%
G = 56.92%
B = 0.31%

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

#8BB901 (or 0x8BB901) is known color: Citrus. HEX triplet: 8B, B9 and 01. RGB value is (139,185,1). Sum of RGB (Red+Green+Blue) = 139+185+1=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB901 is #7446FE. Grayscale: #969696. Windows color (decimal): -7620351 or 113035. OLE color: 113035.

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

Color convert

RGB 139 185 1 -
CMYK 0.25 0 0.99 0.27
HSL 75º 0.99% 0.36% -
HSV(B) 75º 0.99% 0.73% -
XYZ 28 40.19 6.31 -
YUV 150.27 43.76 119.96 -
System Red Green Blue C M Y K H S L
Decimal 139 185 1 0.25 0 0.99 0.27 75 0.99 0.36
Hex 8B B9 1 19 0 63 1B 4B 63 24
Octal 213 271 1 31 0 143 33 113 143 44
Binary 10001011 10111001 1 11001 0 1100011 11011 1001011 1100011 100100

Color Harmonies of #8BB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB901

Black with #8BB901

Text Example


Text Example

White with #8BB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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