Html Css Color HEX #A8B62F Bahia

📋 copy color: '#A8B62F'

red 168 ◦ green 182 ◦ blue 47

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

Shades of Bahia #A8B62F

Tints of Bahia #A8B62F

RGB

 RED value IS 168 (66.02% from 255) = 42.32%

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 42.32%
G = 45.84%
B = 11.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#A8B62F (or 0xA8B62F) is known color: Bahia. HEX triplet: A8, B6 and 2F. RGB value is (168,182,47). Sum of RGB (Red+Green+Blue) = 168+182+47=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B62F is #5749D0. Grayscale: #A2A2A2. Windows color (decimal): -5720529 or 3126952. OLE color: 3126952.

HSL color Cylindrical-coordinate representation of color #A8B62F: hue angle of 66.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8B62F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 47 -
CMYK 0.08 0 0.74 0.29
HSL 66.22º 0.59% 0.45% -
HSV(B) 66.22º 0.74% 0.71% -
XYZ 33.39 41.99 9.03 -
YUV 162.42 62.86 131.98 -
System Red Green Blue C M Y K H S L
Decimal 168 182 47 0.08 0 0.74 0.29 66.22 0.59 0.45
Hex A8 B6 2F 8 0 4A 1D 42 3B 2D
Octal 250 266 57 10 0 112 35 102 73 55
Binary 10101000 10110110 101111 1000 0 1001010 11101 1000010 111011 101101

Color Harmonies of #A8B62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B62F

Black with #A8B62F

Text Example


Text Example

White with #A8B62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B62F; }

 p { color: rgb(168,182,47); }

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

background-color css

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

 a { background-color: rgb(168,182,47); }

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

border-color css

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

 span { border-color: rgb(168,182,47); }

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