Html Css Color HEX #A5CE1B Bahia

📋 copy color: '#A5CE1B'

red 165 ◦ green 206 ◦ blue 27

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

Shades of Bahia #A5CE1B

Tints of Bahia #A5CE1B

RGB

 RED value IS 165 (64.84% from 255) = 41.46%

 GREEN value IS 206 (80.86% from 255) = 51.76%

 BLUE value IS 27 (10.94% from 255) = 6.78%

R = 41.46%
G = 51.76%
B = 6.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#A5CE1B (or 0xA5CE1B) is known color: Bahia. HEX triplet: A5, CE and 1B. RGB value is (165,206,27). Sum of RGB (Red+Green+Blue) = 165+206+27=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE1B is #5A31E4. Grayscale: #AEAEAE. Windows color (decimal): -5911013 or 1822373. OLE color: 1822373.

HSL color Cylindrical-coordinate representation of color #A5CE1B: hue angle of 73.74º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5CE1B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 27 -
CMYK 0.20 0 0.87 0.19
HSL 73.74º 0.77% 0.46% -
HSV(B) 73.74º 0.87% 0.81% -
XYZ 37.79 52.22 9.13 -
YUV 173.34 45.42 122.05 -
System Red Green Blue C M Y K H S L
Decimal 165 206 27 0.20 0 0.87 0.19 73.74 0.77 0.46
Hex A5 CE 1B 14 0 57 13 4A 4D 2E
Octal 245 316 33 24 0 127 23 112 115 56
Binary 10100101 11001110 11011 10100 0 1010111 10011 1001010 1001101 101110

Color Harmonies of #A5CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE1B

Black with #A5CE1B

Text Example


Text Example

White with #A5CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE1B; }

 p { color: rgb(165,206,27); }

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

background-color css

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

 a { background-color: rgb(165,206,27); }

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

border-color css

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

 span { border-color: rgb(165,206,27); }

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