Html Css Color HEX #AFC31D Bahia

📋 copy color: '#AFC31D'

red 175 ◦ green 195 ◦ blue 29

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

Shades of Bahia #AFC31D

Tints of Bahia #AFC31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

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

R = 43.86%
G = 48.87%
B = 7.27%

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

#AFC31D (or 0xAFC31D) is known color: Bahia. HEX triplet: AF, C3 and 1D. RGB value is (175,195,29). Sum of RGB (Red+Green+Blue) = 175+195+29=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC31D is #503CE2. Grayscale: #AAAAAA. Windows color (decimal): -5258467 or 1950639. OLE color: 1950639.

HSL color Cylindrical-coordinate representation of color #AFC31D: hue angle of 67.23º 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 #AFC31D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 29 -
CMYK 0.10 0 0.85 0.24
HSL 67.23º 0.74% 0.44% -
HSV(B) 67.23º 0.85% 0.76% -
XYZ 37.42 48.23 8.5 -
YUV 170.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 175 195 29 0.10 0 0.85 0.24 67.23 0.74 0.44
Hex AF C3 1D A 0 55 18 43 4A 2C
Octal 257 303 35 12 0 125 30 103 112 54
Binary 10101111 11000011 11101 1010 0 1010101 11000 1000011 1001010 101100

Color Harmonies of #AFC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC31D

Black with #AFC31D

Text Example


Text Example

White with #AFC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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