Html Css Color HEX #A8BF4B Celery

📋 copy color: '#A8BF4B'

red 168 ◦ green 191 ◦ blue 75

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

Shades of Celery #A8BF4B

Tints of Celery #A8BF4B

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 38.71%
G = 44.01%
B = 17.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A8BF4B (or 0xA8BF4B) is known color: Celery. HEX triplet: A8, BF and 4B. RGB value is (168,191,75). Sum of RGB (Red+Green+Blue) = 168+191+75=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF4B is #5740B4. Grayscale: #ABABAB. Windows color (decimal): -5718197 or 4964264. OLE color: 4964264.

HSL color Cylindrical-coordinate representation of color #A8BF4B: hue angle of 71.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8BF4B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 75 -
CMYK 0.12 0 0.61 0.25
HSL 71.9º 0.48% 0.52% -
HSV(B) 71.9º 0.61% 0.75% -
XYZ 36.05 46.09 13.65 -
YUV 170.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 168 191 75 0.12 0 0.61 0.25 71.9 0.48 0.52
Hex A8 BF 4B C 0 3D 19 48 30 34
Octal 250 277 113 14 0 75 31 110 60 64
Binary 10101000 10111111 1001011 1100 0 111101 11001 1001000 110000 110100

Color Harmonies of #A8BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF4B

Black with #A8BF4B

Text Example


Text Example

White with #A8BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF4B; }

 p { color: rgb(168,191,75); }

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

background-color css

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

 a { background-color: rgb(168,191,75); }

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

border-color css

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

 span { border-color: rgb(168,191,75); }

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