Html Css Color HEX #8BAF08 Citrus

📋 copy color: '#8BAF08'

red 139 ◦ green 175 ◦ blue 8

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

Shades of Citrus #8BAF08

Tints of Citrus #8BAF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.35%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 43.17%
G = 54.35%
B = 2.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#8BAF08 (or 0x8BAF08) is known color: Citrus. HEX triplet: 8B, AF and 08. RGB value is (139,175,8). Sum of RGB (Red+Green+Blue) = 139+175+8=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAF08 is #7450F7. Grayscale: #919191. Windows color (decimal): -7622904 or 569227. OLE color: 569227.

HSL color Cylindrical-coordinate representation of color #8BAF08: hue angle of 72.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BAF08 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 8 -
CMYK 0.21 0 0.95 0.31
HSL 72.93º 0.91% 0.36% -
HSV(B) 72.93º 0.95% 0.69% -
XYZ 26.02 36.17 5.84 -
YUV 145.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 139 175 8 0.21 0 0.95 0.31 72.93 0.91 0.36
Hex 8B AF 8 15 0 5F 1F 49 5B 24
Octal 213 257 10 25 0 137 37 111 133 44
Binary 10001011 10101111 1000 10101 0 1011111 11111 1001001 1011011 100100

Color Harmonies of #8BAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF08

Black with #8BAF08

Text Example


Text Example

White with #8BAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,8); }

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

background-color css

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

 a { background-color: rgb(139,175,8); }

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

border-color css

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

 span { border-color: rgb(139,175,8); }

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