Html Css Color HEX #ADBE2B Bahia

📋 copy color: '#ADBE2B'

red 173 ◦ green 190 ◦ blue 43

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

Shades of Bahia #ADBE2B

Tints of Bahia #ADBE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 42.61%
G = 46.8%
B = 10.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ADBE2B (or 0xADBE2B) is known color: Bahia. HEX triplet: AD, BE and 2B. RGB value is (173,190,43). Sum of RGB (Red+Green+Blue) = 173+190+43=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE2B is #5241D4. Grayscale: #A8A8A8. Windows color (decimal): -5390805 or 2866861. OLE color: 2866861.

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

Color convert

RGB 173 190 43 -
CMYK 0.09 0 0.77 0.25
HSL 66.94º 0.63% 0.46% -
HSV(B) 66.94º 0.77% 0.75% -
XYZ 36.08 45.89 9.24 -
YUV 168.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 173 190 43 0.09 0 0.77 0.25 66.94 0.63 0.46
Hex AD BE 2B 9 0 4D 19 43 3F 2E
Octal 255 276 53 11 0 115 31 103 77 56
Binary 10101101 10111110 101011 1001 0 1001101 11001 1000011 111111 101110

Color Harmonies of #ADBE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE2B

Black with #ADBE2B

Text Example


Text Example

White with #ADBE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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