Html Css Color HEX #AFC21D Bahia

📋 copy color: '#AFC21D'

red 175 ◦ green 194 ◦ blue 29

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

Shades of Bahia #AFC21D

Tints of Bahia #AFC21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.74%

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 43.97%
G = 48.74%
B = 7.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AFC21D (or 0xAFC21D) is known color: Bahia. HEX triplet: AF, C2 and 1D. RGB value is (175,194,29). Sum of RGB (Red+Green+Blue) = 175+194+29=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC21D is #503DE2. Grayscale: #AAAAAA. Windows color (decimal): -5258723 or 1950383. OLE color: 1950383.

HSL color Cylindrical-coordinate representation of color #AFC21D: hue angle of 66.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFC21D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 29 -
CMYK 0.10 0 0.85 0.24
HSL 66.91º 0.74% 0.44% -
HSV(B) 66.91º 0.85% 0.76% -
XYZ 37.19 47.79 8.43 -
YUV 169.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 175 194 29 0.10 0 0.85 0.24 66.91 0.74 0.44
Hex AF C2 1D A 0 55 18 43 4A 2C
Octal 257 302 35 12 0 125 30 103 112 54
Binary 10101111 11000010 11101 1010 0 1010101 11000 1000011 1001010 101100

Color Harmonies of #AFC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC21D

Black with #AFC21D

Text Example


Text Example

White with #AFC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC21D; }

 p { color: rgb(175,194,29); }

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

background-color css

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

 a { background-color: rgb(175,194,29); }

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

border-color css

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

 span { border-color: rgb(175,194,29); }

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