Html Css Color HEX #A5CF1D Bahia

📋 copy color: '#A5CF1D'

red 165 ◦ green 207 ◦ blue 29

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

Shades of Bahia #A5CF1D

Tints of Bahia #A5CF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.62%

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 41.15%
G = 51.62%
B = 7.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#A5CF1D (or 0xA5CF1D) is known color: Bahia. HEX triplet: A5, CF and 1D. RGB value is (165,207,29). Sum of RGB (Red+Green+Blue) = 165+207+29=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF1D is #5A30E2. Grayscale: #AEAEAE. Windows color (decimal): -5910755 or 1953701. OLE color: 1953701.

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

Color convert

RGB 165 207 29 -
CMYK 0.20 0 0.86 0.19
HSL 74.16º 0.75% 0.46% -
HSV(B) 74.16º 0.86% 0.81% -
XYZ 38.05 52.71 9.33 -
YUV 174.15 46.09 121.47 -
System Red Green Blue C M Y K H S L
Decimal 165 207 29 0.20 0 0.86 0.19 74.16 0.75 0.46
Hex A5 CF 1D 14 0 56 13 4A 4B 2E
Octal 245 317 35 24 0 126 23 112 113 56
Binary 10100101 11001111 11101 10100 0 1010110 10011 1001010 1001011 101110

Color Harmonies of #A5CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF1D

Black with #A5CF1D

Text Example


Text Example

White with #A5CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF1D; }

 p { color: rgb(165,207,29); }

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

background-color css

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

 a { background-color: rgb(165,207,29); }

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

border-color css

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

 span { border-color: rgb(165,207,29); }

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