Html Css Color HEX #ACCB2D Bahia

📋 copy color: '#ACCB2D'

red 172 ◦ green 203 ◦ blue 45

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

Shades of Bahia #ACCB2D

Tints of Bahia #ACCB2D

RGB

 RED value IS 172 (67.58% from 255) = 40.95%

 GREEN value IS 203 (79.69% from 255) = 48.33%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 40.95%
G = 48.33%
B = 10.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#ACCB2D (or 0xACCB2D) is known color: Bahia. HEX triplet: AC, CB and 2D. RGB value is (172,203,45). Sum of RGB (Red+Green+Blue) = 172+203+45=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB2D is #5334D2. Grayscale: #B0B0B0. Windows color (decimal): -5453011 or 3001260. OLE color: 3001260.

HSL color Cylindrical-coordinate representation of color #ACCB2D: hue angle of 71.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACCB2D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 45 -
CMYK 0.15 0 0.78 0.20
HSL 71.77º 0.64% 0.49% -
HSV(B) 71.77º 0.78% 0.8% -
XYZ 38.84 51.67 10.41 -
YUV 175.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 172 203 45 0.15 0 0.78 0.20 71.77 0.64 0.49
Hex AC CB 2D F 0 4E 14 48 40 31
Octal 254 313 55 17 0 116 24 110 100 61
Binary 10101100 11001011 101101 1111 0 1001110 10100 1001000 1000000 110001

Color Harmonies of #ACCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB2D

Black with #ACCB2D

Text Example


Text Example

White with #ACCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB2D; }

 p { color: rgb(172,203,45); }

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

background-color css

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

 a { background-color: rgb(172,203,45); }

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

border-color css

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

 span { border-color: rgb(172,203,45); }

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