Html Css Color HEX #AFB43D Celery

📋 copy color: '#AFB43D'

red 175 ◦ green 180 ◦ blue 61

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

Shades of Celery #AFB43D

Tints of Celery #AFB43D

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

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

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 42.07%
G = 43.27%
B = 14.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#AFB43D (or 0xAFB43D) is known color: Celery. HEX triplet: AF, B4 and 3D. RGB value is (175,180,61). Sum of RGB (Red+Green+Blue) = 175+180+61=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB43D is #504BC2. Grayscale: #A5A5A5. Windows color (decimal): -5262275 or 4043951. OLE color: 4043951.

HSL color Cylindrical-coordinate representation of color #AFB43D: hue angle of 62.52º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB43D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 61 -
CMYK 0.03 0 0.66 0.29
HSL 62.52º 0.49% 0.47% -
HSV(B) 62.52º 0.66% 0.71% -
XYZ 34.84 42.09 10.7 -
YUV 164.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 175 180 61 0.03 0 0.66 0.29 62.52 0.49 0.47
Hex AF B4 3D 3 0 42 1D 3F 31 2F
Octal 257 264 75 3 0 102 35 77 61 57
Binary 10101111 10110100 111101 11 0 1000010 11101 111111 110001 101111

Color Harmonies of #AFB43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB43D

Black with #AFB43D

Text Example


Text Example

White with #AFB43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB43D; }

 p { color: rgb(175,180,61); }

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

background-color css

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

 a { background-color: rgb(175,180,61); }

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

border-color css

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

 span { border-color: rgb(175,180,61); }

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