Html Css Color HEX #AFBA1D Bahia

📋 copy color: '#AFBA1D'

red 175 ◦ green 186 ◦ blue 29

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

Shades of Bahia #AFBA1D

Tints of Bahia #AFBA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 44.87%
G = 47.69%
B = 7.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#AFBA1D (or 0xAFBA1D) is known color: Bahia. HEX triplet: AF, BA and 1D. RGB value is (175,186,29). Sum of RGB (Red+Green+Blue) = 175+186+29=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA1D is #5045E2. Grayscale: #A5A5A5. Windows color (decimal): -5260771 or 1948335. OLE color: 1948335.

HSL color Cylindrical-coordinate representation of color #AFBA1D: hue angle of 64.2º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBA1D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 29 -
CMYK 0.06 0 0.84 0.27
HSL 64.2º 0.73% 0.42% -
HSV(B) 64.2º 0.84% 0.73% -
XYZ 35.46 44.32 7.85 -
YUV 164.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 175 186 29 0.06 0 0.84 0.27 64.2 0.73 0.42
Hex AF BA 1D 6 0 54 1B 40 49 2A
Octal 257 272 35 6 0 124 33 100 111 52
Binary 10101111 10111010 11101 110 0 1010100 11011 1000000 1001001 101010

Color Harmonies of #AFBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA1D

Black with #AFBA1D

Text Example


Text Example

White with #AFBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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