Html Css Color HEX #ADBB26 Bahia

📋 copy color: '#ADBB26'

red 173 ◦ green 187 ◦ blue 38

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

Shades of Bahia #ADBB26

Tints of Bahia #ADBB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 43.47%
G = 46.98%
B = 9.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#ADBB26 (or 0xADBB26) is known color: Bahia. HEX triplet: AD, BB and 26. RGB value is (173,187,38). Sum of RGB (Red+Green+Blue) = 173+187+38=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB26 is #5244D9. Grayscale: #A6A6A6. Windows color (decimal): -5391578 or 2538413. OLE color: 2538413.

HSL color Cylindrical-coordinate representation of color #ADBB26: hue angle of 65.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADBB26 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 38 -
CMYK 0.07 0 0.80 0.27
HSL 65.64º 0.66% 0.44% -
HSV(B) 65.64º 0.8% 0.73% -
XYZ 35.35 44.56 8.57 -
YUV 165.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 173 187 38 0.07 0 0.80 0.27 65.64 0.66 0.44
Hex AD BB 26 7 0 50 1B 42 42 2C
Octal 255 273 46 7 0 120 33 102 102 54
Binary 10101101 10111011 100110 111 0 1010000 11011 1000010 1000010 101100

Color Harmonies of #ADBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB26

Black with #ADBB26

Text Example


Text Example

White with #ADBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB26; }

 p { color: rgb(173,187,38); }

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

background-color css

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

 a { background-color: rgb(173,187,38); }

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

border-color css

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

 span { border-color: rgb(173,187,38); }

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