Html Css Color HEX #A8BE27 Bahia

📋 copy color: '#A8BE27'

red 168 ◦ green 190 ◦ blue 39

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

Shades of Bahia #A8BE27

Tints of Bahia #A8BE27

RGB

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

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

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

R = 42.32%
G = 47.86%
B = 9.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A8BE27 (or 0xA8BE27) is known color: Bahia. HEX triplet: A8, BE and 27. RGB value is (168,190,39). Sum of RGB (Red+Green+Blue) = 168+190+39=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE27 is #5741D8. Grayscale: #A6A6A6. Windows color (decimal): -5718489 or 2604712. OLE color: 2604712.

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

Color convert

RGB 168 190 39 -
CMYK 0.12 0 0.79 0.25
HSL 68.74º 0.66% 0.45% -
HSV(B) 68.74º 0.79% 0.75% -
XYZ 34.93 45.3 8.82 -
YUV 166.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 168 190 39 0.12 0 0.79 0.25 68.74 0.66 0.45
Hex A8 BE 27 C 0 4F 19 45 42 2D
Octal 250 276 47 14 0 117 31 105 102 55
Binary 10101000 10111110 100111 1100 0 1001111 11001 1000101 1000010 101101

Color Harmonies of #A8BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE27

Black with #A8BE27

Text Example


Text Example

White with #A8BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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