Html Css Color HEX #AFBC1D Bahia

📋 copy color: '#AFBC1D'

red 175 ◦ green 188 ◦ blue 29

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

Shades of Bahia #AFBC1D

Tints of Bahia #AFBC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 44.64%
G = 47.96%
B = 7.4%

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

#AFBC1D (or 0xAFBC1D) is known color: Bahia. HEX triplet: AF, BC and 1D. RGB value is (175,188,29). Sum of RGB (Red+Green+Blue) = 175+188+29=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC1D is #5043E2. Grayscale: #A6A6A6. Windows color (decimal): -5260259 or 1948847. OLE color: 1948847.

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

Color convert

RGB 175 188 29 -
CMYK 0.07 0 0.85 0.26
HSL 64.91º 0.73% 0.43% -
HSV(B) 64.91º 0.85% 0.74% -
XYZ 35.88 45.17 7.99 -
YUV 165.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 175 188 29 0.07 0 0.85 0.26 64.91 0.73 0.43
Hex AF BC 1D 7 0 55 1A 41 49 2B
Octal 257 274 35 7 0 125 32 101 111 53
Binary 10101111 10111100 11101 111 0 1010101 11010 1000001 1001001 101011

Color Harmonies of #AFBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC1D

Black with #AFBC1D

Text Example


Text Example

White with #AFBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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