Html Css Color HEX #ADBE25 Bahia

📋 copy color: '#ADBE25'

red 173 ◦ green 190 ◦ blue 37

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

Shades of Bahia #ADBE25

Tints of Bahia #ADBE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 43.25%
G = 47.5%
B = 9.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#ADBE25 (or 0xADBE25) is known color: Bahia. HEX triplet: AD, BE and 25. RGB value is (173,190,37). Sum of RGB (Red+Green+Blue) = 173+190+37=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE25 is #5241DA. Grayscale: #A8A8A8. Windows color (decimal): -5390811 or 2473645. OLE color: 2473645.

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

Color convert

RGB 173 190 37 -
CMYK 0.09 0 0.81 0.25
HSL 66.67º 0.67% 0.45% -
HSV(B) 66.67º 0.81% 0.75% -
XYZ 35.98 45.84 8.7 -
YUV 167.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 173 190 37 0.09 0 0.81 0.25 66.67 0.67 0.45
Hex AD BE 25 9 0 51 19 43 43 2D
Octal 255 276 45 11 0 121 31 103 103 55
Binary 10101101 10111110 100101 1001 0 1010001 11001 1000011 1000011 101101

Color Harmonies of #ADBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE25

Black with #ADBE25

Text Example


Text Example

White with #ADBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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