Html Css Color HEX #A8B450 Celery

📋 copy color: '#A8B450'

red 168 ◦ green 180 ◦ blue 80

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

Shades of Celery #A8B450

Tints of Celery #A8B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 39.25%
G = 42.06%
B = 18.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#A8B450 (or 0xA8B450) is known color: Celery. HEX triplet: A8, B4 and 50. RGB value is (168,180,80). Sum of RGB (Red+Green+Blue) = 168+180+80=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B450 is #574BAF. Grayscale: #A5A5A5. Windows color (decimal): -5721008 or 5289128. OLE color: 5289128.

HSL color Cylindrical-coordinate representation of color #A8B450: hue angle of 67.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8B450 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 80 -
CMYK 0.07 0 0.56 0.29
HSL 67.2º 0.4% 0.51% -
HSV(B) 67.2º 0.56% 0.71% -
XYZ 33.92 41.55 13.82 -
YUV 165.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 168 180 80 0.07 0 0.56 0.29 67.2 0.4 0.51
Hex A8 B4 50 7 0 38 1D 43 28 33
Octal 250 264 120 7 0 70 35 103 50 63
Binary 10101000 10110100 1010000 111 0 111000 11101 1000011 101000 110011

Color Harmonies of #A8B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B450

Black with #A8B450

Text Example


Text Example

White with #A8B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B450; }

 p { color: rgb(168,180,80); }

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

background-color css

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

 a { background-color: rgb(168,180,80); }

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

border-color css

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

 span { border-color: rgb(168,180,80); }

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