Html Css Color HEX #B5CC74 Caper

📋 copy color: '#B5CC74'

red 181 ◦ green 204 ◦ blue 116

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

Shades of Caper #B5CC74

Tints of Caper #B5CC74

RGB

 RED value IS 181 (71.09% from 255) = 36.13%

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 36.13%
G = 40.72%
B = 23.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#B5CC74 (or 0xB5CC74) is known color: Caper. HEX triplet: B5, CC and 74. RGB value is (181,204,116). Sum of RGB (Red+Green+Blue) = 181+204+116=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC74 is #4A338B. Grayscale: #BBBBBB. Windows color (decimal): -4862860 or 7654581. OLE color: 7654581.

HSL color Cylindrical-coordinate representation of color #B5CC74: hue angle of 75.68º 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 #B5CC74 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 116 -
CMYK 0.11 0 0.43 0.2
HSL 75.68º 0.46% 0.63% -
HSV(B) 75.68º 0.43% 0.8% -
XYZ 43.8 54.27 24.69 -
YUV 187.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 181 204 116 0.11 0 0.43 0.2 75.68 0.46 0.63
Hex B5 CC 74 B 0 2B 14 4C 2E 3F
Octal 265 314 164 13 0 53 24 114 56 77
Binary 10110101 11001100 1110100 1011 0 101011 10100 1001100 101110 111111

Color Harmonies of #B5CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC74

Black with #B5CC74

Text Example


Text Example

White with #B5CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC74; }

 p { color: rgb(181,204,116); }

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

background-color css

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

 a { background-color: rgb(181,204,116); }

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

border-color css

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

 span { border-color: rgb(181,204,116); }

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