Html Css Color HEX #8BB601 Citrus

📋 copy color: '#8BB601'

red 139 ◦ green 182 ◦ blue 1

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

Shades of Citrus #8BB601

Tints of Citrus #8BB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.52%

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

R = 43.17%
G = 56.52%
B = 0.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#8BB601 (or 0x8BB601) is known color: Citrus. HEX triplet: 8B, B6 and 01. RGB value is (139,182,1). Sum of RGB (Red+Green+Blue) = 139+182+1=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB601 is #7449FE. Grayscale: #959595. Windows color (decimal): -7621119 or 112267. OLE color: 112267.

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

Color convert

RGB 139 182 1 -
CMYK 0.24 0 0.99 0.29
HSL 74.25º 0.99% 0.36% -
HSV(B) 74.25º 0.99% 0.71% -
XYZ 27.38 38.95 6.1 -
YUV 148.51 44.75 121.22 -
System Red Green Blue C M Y K H S L
Decimal 139 182 1 0.24 0 0.99 0.29 74.25 0.99 0.36
Hex 8B B6 1 18 0 63 1D 4A 63 24
Octal 213 266 1 30 0 143 35 112 143 44
Binary 10001011 10110110 1 11000 0 1100011 11101 1001010 1100011 100100

Color Harmonies of #8BB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB601

Black with #8BB601

Text Example


Text Example

White with #8BB601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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