Html Css Color HEX #A8BE35 Bahia

📋 copy color: '#A8BE35'

red 168 ◦ green 190 ◦ blue 53

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

Shades of Bahia #A8BE35

Tints of Bahia #A8BE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 40.88%
G = 46.23%
B = 12.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#A8BE35 (or 0xA8BE35) is known color: Bahia. HEX triplet: A8, BE and 35. RGB value is (168,190,53). Sum of RGB (Red+Green+Blue) = 168+190+53=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE35 is #5741CA. Grayscale: #A8A8A8. Windows color (decimal): -5718475 or 3522216. OLE color: 3522216.

HSL color Cylindrical-coordinate representation of color #A8BE35: hue angle of 69.64º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8BE35 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 53 -
CMYK 0.12 0 0.72 0.25
HSL 69.64º 0.56% 0.48% -
HSV(B) 69.64º 0.72% 0.75% -
XYZ 35.2 45.41 10.28 -
YUV 167.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 168 190 53 0.12 0 0.72 0.25 69.64 0.56 0.48
Hex A8 BE 35 C 0 48 19 46 38 30
Octal 250 276 65 14 0 110 31 106 70 60
Binary 10101000 10111110 110101 1100 0 1001000 11001 1000110 111000 110000

Color Harmonies of #A8BE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE35

Black with #A8BE35

Text Example


Text Example

White with #A8BE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE35; }

 p { color: rgb(168,190,53); }

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

background-color css

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

 a { background-color: rgb(168,190,53); }

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

border-color css

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

 span { border-color: rgb(168,190,53); }

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