Html Css Color HEX #AFCB74 Caper

📋 copy color: '#AFCB74'

red 175 ◦ green 203 ◦ blue 116

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

Shades of Caper #AFCB74

Tints of Caper #AFCB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 35.43%
G = 41.09%
B = 23.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#AFCB74 (or 0xAFCB74) is known color: Caper. HEX triplet: AF, CB and 74. RGB value is (175,203,116). Sum of RGB (Red+Green+Blue) = 175+203+116=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB74 is #50348B. Grayscale: #B9B9B9. Windows color (decimal): -5256332 or 7654319. OLE color: 7654319.

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

Color convert

RGB 175 203 116 -
CMYK 0.14 0 0.43 0.20
HSL 79.31º 0.46% 0.63% -
HSV(B) 79.31º 0.43% 0.8% -
XYZ 42.19 53.09 24.55 -
YUV 184.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 175 203 116 0.14 0 0.43 0.20 79.31 0.46 0.63
Hex AF CB 74 E 0 2B 14 4F 2E 3F
Octal 257 313 164 16 0 53 24 117 56 77
Binary 10101111 11001011 1110100 1110 0 101011 10100 1001111 101110 111111

Color Harmonies of #AFCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB74

Black with #AFCB74

Text Example


Text Example

White with #AFCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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