Html Css Color HEX #AFCB03 La Rioja

📋 copy color: '#AFCB03'

red 175 ◦ green 203 ◦ blue 3

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

Shades of La Rioja #AFCB03

Tints of La Rioja #AFCB03

RGB

 RED value IS 175 (68.75% from 255) = 45.93%

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 45.93%
G = 53.28%
B = 0.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#AFCB03 (or 0xAFCB03) is known color: La Rioja. HEX triplet: AF, CB and 03. RGB value is (175,203,3). Sum of RGB (Red+Green+Blue) = 175+203+3=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB03 is #5034FC. Grayscale: #ACACAC. Windows color (decimal): -5256445 or 248751. OLE color: 248751.

HSL color Cylindrical-coordinate representation of color #AFCB03: hue angle of 68.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFCB03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 3 -
CMYK 0.14 0 0.99 0.20
HSL 68.4º 0.97% 0.4% -
HSV(B) 68.4º 0.99% 0.8% -
XYZ 39.05 51.83 8.03 -
YUV 171.83 32.72 130.26 -
System Red Green Blue C M Y K H S L
Decimal 175 203 3 0.14 0 0.99 0.20 68.4 0.97 0.4
Hex AF CB 3 E 0 63 14 44 61 28
Octal 257 313 3 16 0 143 24 104 141 50
Binary 10101111 11001011 11 1110 0 1100011 10100 1000100 1100001 101000

Color Harmonies of #AFCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB03

Black with #AFCB03

Text Example


Text Example

White with #AFCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB03; }

 p { color: rgb(175,203,3); }

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

background-color css

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

 a { background-color: rgb(175,203,3); }

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

border-color css

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

 span { border-color: rgb(175,203,3); }

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