Html Css Color HEX #AFB627 Bahia

📋 copy color: '#AFB627'

red 175 ◦ green 182 ◦ blue 39

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

Shades of Bahia #AFB627

Tints of Bahia #AFB627

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 44.19%
G = 45.96%
B = 9.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#AFB627 (or 0xAFB627) is known color: Bahia. HEX triplet: AF, B6 and 27. RGB value is (175,182,39). Sum of RGB (Red+Green+Blue) = 175+182+39=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB627 is #5049D8. Grayscale: #A4A4A4. Windows color (decimal): -5261785 or 2602671. OLE color: 2602671.

HSL color Cylindrical-coordinate representation of color #AFB627: hue angle of 62.94º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFB627 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 39 -
CMYK 0.04 0 0.79 0.29
HSL 62.94º 0.65% 0.43% -
HSV(B) 62.94º 0.79% 0.71% -
XYZ 34.77 42.72 8.33 -
YUV 163.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 175 182 39 0.04 0 0.79 0.29 62.94 0.65 0.43
Hex AF B6 27 4 0 4F 1D 3F 41 2B
Octal 257 266 47 4 0 117 35 77 101 53
Binary 10101111 10110110 100111 100 0 1001111 11101 111111 1000001 101011

Color Harmonies of #AFB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB627

Black with #AFB627

Text Example


Text Example

White with #AFB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB627; }

 p { color: rgb(175,182,39); }

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

background-color css

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

 a { background-color: rgb(175,182,39); }

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

border-color css

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

 span { border-color: rgb(175,182,39); }

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