Html Css Color HEX #ADBE23 Bahia

📋 copy color: '#ADBE23'

red 173 ◦ green 190 ◦ blue 35

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

Shades of Bahia #ADBE23

Tints of Bahia #ADBE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.79%

R = 43.47%
G = 47.74%
B = 8.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#ADBE23 (or 0xADBE23) is known color: Bahia. HEX triplet: AD, BE and 23. RGB value is (173,190,35). Sum of RGB (Red+Green+Blue) = 173+190+35=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE23 is #5241DC. Grayscale: #A7A7A7. Windows color (decimal): -5390813 or 2342573. OLE color: 2342573.

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

Color convert

RGB 173 190 35 -
CMYK 0.09 0 0.82 0.25
HSL 66.58º 0.69% 0.44% -
HSV(B) 66.58º 0.82% 0.75% -
XYZ 35.95 45.83 8.54 -
YUV 167.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 173 190 35 0.09 0 0.82 0.25 66.58 0.69 0.44
Hex AD BE 23 9 0 52 19 43 45 2C
Octal 255 276 43 11 0 122 31 103 105 54
Binary 10101101 10111110 100011 1001 0 1010010 11001 1000011 1000101 101100

Color Harmonies of #ADBE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE23

Black with #ADBE23

Text Example


Text Example

White with #ADBE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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