Html Css Color HEX #AFBD1D Bahia

📋 copy color: '#AFBD1D'

red 175 ◦ green 189 ◦ blue 29

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

Shades of Bahia #AFBD1D

Tints of Bahia #AFBD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

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

R = 44.53%
G = 48.09%
B = 7.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#AFBD1D (or 0xAFBD1D) is known color: Bahia. HEX triplet: AF, BD and 1D. RGB value is (175,189,29). Sum of RGB (Red+Green+Blue) = 175+189+29=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD1D is #5042E2. Grayscale: #A7A7A7. Windows color (decimal): -5260003 or 1949103. OLE color: 1949103.

HSL color Cylindrical-coordinate representation of color #AFBD1D: hue angle of 65.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFBD1D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 29 -
CMYK 0.07 0 0.85 0.26
HSL 65.25º 0.73% 0.43% -
HSV(B) 65.25º 0.85% 0.74% -
XYZ 36.1 45.6 8.06 -
YUV 166.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 175 189 29 0.07 0 0.85 0.26 65.25 0.73 0.43
Hex AF BD 1D 7 0 55 1A 41 49 2B
Octal 257 275 35 7 0 125 32 101 111 53
Binary 10101111 10111101 11101 111 0 1010101 11010 1000001 1001001 101011

Color Harmonies of #AFBD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD1D

Black with #AFBD1D

Text Example


Text Example

White with #AFBD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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