Html Css Color HEX #AFBE1D Bahia

📋 copy color: '#AFBE1D'

red 175 ◦ green 190 ◦ blue 29

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

Shades of Bahia #AFBE1D

Tints of Bahia #AFBE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

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

R = 44.42%
G = 48.22%
B = 7.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AFBE1D (or 0xAFBE1D) is known color: Bahia. HEX triplet: AF, BE and 1D. RGB value is (175,190,29). Sum of RGB (Red+Green+Blue) = 175+190+29=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE1D is #5041E2. Grayscale: #A7A7A7. Windows color (decimal): -5259747 or 1949359. OLE color: 1949359.

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

Color convert

RGB 175 190 29 -
CMYK 0.08 0 0.85 0.25
HSL 65.59º 0.74% 0.43% -
HSV(B) 65.59º 0.85% 0.75% -
XYZ 36.31 46.03 8.13 -
YUV 167.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 175 190 29 0.08 0 0.85 0.25 65.59 0.74 0.43
Hex AF BE 1D 8 0 55 19 42 4A 2B
Octal 257 276 35 10 0 125 31 102 112 53
Binary 10101111 10111110 11101 1000 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #AFBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE1D

Black with #AFBE1D

Text Example


Text Example

White with #AFBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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