Html Css Color HEX #ADCF23 Bahia

📋 copy color: '#ADCF23'

red 173 ◦ green 207 ◦ blue 35

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

Shades of Bahia #ADCF23

Tints of Bahia #ADCF23

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.88%

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

R = 41.69%
G = 49.88%
B = 8.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#ADCF23 (or 0xADCF23) is known color: Bahia. HEX triplet: AD, CF and 23. RGB value is (173,207,35). Sum of RGB (Red+Green+Blue) = 173+207+35=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF23 is #5230DC. Grayscale: #B1B1B1. Windows color (decimal): -5386461 or 2346925. OLE color: 2346925.

HSL color Cylindrical-coordinate representation of color #ADCF23: hue angle of 71.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCF23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 35 -
CMYK 0.16 0 0.83 0.19
HSL 71.86º 0.71% 0.47% -
HSV(B) 71.86º 0.83% 0.81% -
XYZ 39.85 53.63 9.84 -
YUV 177.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 173 207 35 0.16 0 0.83 0.19 71.86 0.71 0.47
Hex AD CF 23 10 0 53 13 48 47 2F
Octal 255 317 43 20 0 123 23 110 107 57
Binary 10101101 11001111 100011 10000 0 1010011 10011 1001000 1000111 101111

Color Harmonies of #ADCF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF23

Black with #ADCF23

Text Example


Text Example

White with #ADCF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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