Html Css Color HEX #ACCB05 La Rioja

📋 copy color: '#ACCB05'

red 172 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #ACCB05

Tints of La Rioja #ACCB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 45.26%
G = 53.42%
B = 1.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#ACCB05 (or 0xACCB05) is known color: La Rioja. HEX triplet: AC, CB and 05. RGB value is (172,203,5). Sum of RGB (Red+Green+Blue) = 172+203+5=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB05 is #5334FA. Grayscale: #ABABAB. Windows color (decimal): -5453051 or 379820. OLE color: 379820.

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

Color convert

RGB 172 203 5 -
CMYK 0.15 0 0.98 0.20
HSL 69.39º 0.95% 0.41% -
HSV(B) 69.39º 0.98% 0.8% -
XYZ 38.4 51.49 8.06 -
YUV 171.16 34.23 128.6 -
System Red Green Blue C M Y K H S L
Decimal 172 203 5 0.15 0 0.98 0.20 69.39 0.95 0.41
Hex AC CB 5 F 0 62 14 45 5F 29
Octal 254 313 5 17 0 142 24 105 137 51
Binary 10101100 11001011 101 1111 0 1100010 10100 1000101 1011111 101001

Color Harmonies of #ACCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB05

Black with #ACCB05

Text Example


Text Example

White with #ACCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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