Html Css Color HEX #8BB604 Citrus

📋 copy color: '#8BB604'

red 139 ◦ green 182 ◦ blue 4

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

Shades of Citrus #8BB604

Tints of Citrus #8BB604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 42.77%
G = 56%
B = 1.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8BB604 (or 0x8BB604) is known color: Citrus. HEX triplet: 8B, B6 and 04. RGB value is (139,182,4). Sum of RGB (Red+Green+Blue) = 139+182+4=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB604 is #7449FB. Grayscale: #959595. Windows color (decimal): -7621116 or 308875. OLE color: 308875.

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

Color convert

RGB 139 182 4 -
CMYK 0.24 0 0.98 0.29
HSL 74.49º 0.96% 0.36% -
HSV(B) 74.49º 0.98% 0.71% -
XYZ 27.4 38.95 6.19 -
YUV 148.85 46.25 120.97 -
System Red Green Blue C M Y K H S L
Decimal 139 182 4 0.24 0 0.98 0.29 74.49 0.96 0.36
Hex 8B B6 4 18 0 62 1D 4A 60 24
Octal 213 266 4 30 0 142 35 112 140 44
Binary 10001011 10110110 100 11000 0 1100010 11101 1001010 1100000 100100

Color Harmonies of #8BB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB604

Black with #8BB604

Text Example


Text Example

White with #8BB604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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