Html Css Color HEX #ADBF14 Bahia

📋 copy color: '#ADBF14'

red 173 ◦ green 191 ◦ blue 20

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

Shades of Bahia #ADBF14

Tints of Bahia #ADBF14

RGB

 RED value IS 173 (67.97% from 255) = 45.05%

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 45.05%
G = 49.74%
B = 5.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ADBF14 (or 0xADBF14) is known color: Bahia. HEX triplet: AD, BF and 14. RGB value is (173,191,20). Sum of RGB (Red+Green+Blue) = 173+191+20=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF14 is #5240EB. Grayscale: #A6A6A6. Windows color (decimal): -5390572 or 1359789. OLE color: 1359789.

HSL color Cylindrical-coordinate representation of color #ADBF14: hue angle of 66.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBF14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 20 -
CMYK 0.09 0 0.90 0.25
HSL 66.32º 0.81% 0.41% -
HSV(B) 66.32º 0.9% 0.75% -
XYZ 35.99 46.2 7.68 -
YUV 166.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 173 191 20 0.09 0 0.90 0.25 66.32 0.81 0.41
Hex AD BF 14 9 0 5A 19 42 51 29
Octal 255 277 24 11 0 132 31 102 121 51
Binary 10101101 10111111 10100 1001 0 1011010 11001 1000010 1010001 101001

Color Harmonies of #ADBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF14

Black with #ADBF14

Text Example


Text Example

White with #ADBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF14; }

 p { color: rgb(173,191,20); }

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

background-color css

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

 a { background-color: rgb(173,191,20); }

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

border-color css

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

 span { border-color: rgb(173,191,20); }

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