Html Css Color HEX #ABCD0B Bahia

📋 copy color: '#ABCD0B'

red 171 ◦ green 205 ◦ blue 11

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

Shades of Bahia #ABCD0B

Tints of Bahia #ABCD0B

RGB

 RED value IS 171 (67.19% from 255) = 44.19%

 GREEN value IS 205 (80.47% from 255) = 52.97%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 44.19%
G = 52.97%
B = 2.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#ABCD0B (or 0xABCD0B) is known color: Bahia. HEX triplet: AB, CD and 0B. RGB value is (171,205,11). Sum of RGB (Red+Green+Blue) = 171+205+11=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD0B is #5432F4. Grayscale: #ADADAD. Windows color (decimal): -5518069 or 773547. OLE color: 773547.

HSL color Cylindrical-coordinate representation of color #ABCD0B: hue angle of 70.52º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABCD0B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 11 -
CMYK 0.17 0 0.95 0.20
HSL 70.52º 0.9% 0.42% -
HSV(B) 70.52º 0.95% 0.8% -
XYZ 38.69 52.34 8.38 -
YUV 172.72 36.74 126.77 -
System Red Green Blue C M Y K H S L
Decimal 171 205 11 0.17 0 0.95 0.20 70.52 0.9 0.42
Hex AB CD B 11 0 5F 14 47 5A 2A
Octal 253 315 13 21 0 137 24 107 132 52
Binary 10101011 11001101 1011 10001 0 1011111 10100 1000111 1011010 101010

Color Harmonies of #ABCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD0B

Black with #ABCD0B

Text Example


Text Example

White with #ABCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD0B; }

 p { color: rgb(171,205,11); }

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

background-color css

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

 a { background-color: rgb(171,205,11); }

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

border-color css

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

 span { border-color: rgb(171,205,11); }

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