Html Css Color HEX #ADBE1D Bahia

📋 copy color: '#ADBE1D'

red 173 ◦ green 190 ◦ blue 29

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

Shades of Bahia #ADBE1D

Tints of Bahia #ADBE1D

RGB

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

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

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

R = 44.13%
G = 48.47%
B = 7.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#ADBE1D (or 0xADBE1D) is known color: Bahia. HEX triplet: AD, BE and 1D. RGB value is (173,190,29). Sum of RGB (Red+Green+Blue) = 173+190+29=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE1D is #5241E2. Grayscale: #A7A7A7. Windows color (decimal): -5390819 or 1949357. OLE color: 1949357.

HSL color Cylindrical-coordinate representation of color #ADBE1D: hue angle of 66.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADBE1D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 29 -
CMYK 0.09 0 0.85 0.25
HSL 66.34º 0.74% 0.43% -
HSV(B) 66.34º 0.85% 0.75% -
XYZ 35.87 45.8 8.11 -
YUV 166.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 173 190 29 0.09 0 0.85 0.25 66.34 0.74 0.43
Hex AD BE 1D 9 0 55 19 42 4A 2B
Octal 255 276 35 11 0 125 31 102 112 53
Binary 10101101 10111110 11101 1001 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #ADBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE1D

Black with #ADBE1D

Text Example


Text Example

White with #ADBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE1D; }

 p { color: rgb(173,190,29); }

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

background-color css

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

 a { background-color: rgb(173,190,29); }

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

border-color css

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

 span { border-color: rgb(173,190,29); }

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