Html Css Color HEX #ADBE12 Bahia

📋 copy color: '#ADBE12'

red 173 ◦ green 190 ◦ blue 18

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

Shades of Bahia #ADBE12

Tints of Bahia #ADBE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 45.41%
G = 49.87%
B = 4.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ADBE12 (or 0xADBE12) is known color: Bahia. HEX triplet: AD, BE and 12. RGB value is (173,190,18). Sum of RGB (Red+Green+Blue) = 173+190+18=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE12 is #5241ED. Grayscale: #A5A5A5. Windows color (decimal): -5390830 or 1228461. OLE color: 1228461.

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

Color convert

RGB 173 190 18 -
CMYK 0.09 0 0.91 0.25
HSL 65.93º 0.83% 0.41% -
HSV(B) 65.93º 0.91% 0.75% -
XYZ 35.76 45.75 7.52 -
YUV 165.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 173 190 18 0.09 0 0.91 0.25 65.93 0.83 0.41
Hex AD BE 12 9 0 5B 19 42 53 29
Octal 255 276 22 11 0 133 31 102 123 51
Binary 10101101 10111110 10010 1001 0 1011011 11001 1000010 1010011 101001

Color Harmonies of #ADBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE12

Black with #ADBE12

Text Example


Text Example

White with #ADBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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