Html Css Color HEX #B1CA74 Caper

📋 copy color: '#B1CA74'

red 177 ◦ green 202 ◦ blue 116

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

Shades of Caper #B1CA74

Tints of Caper #B1CA74

RGB

 RED value IS 177 (69.53% from 255) = 35.76%

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 35.76%
G = 40.81%
B = 23.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#B1CA74 (or 0xB1CA74) is known color: Caper. HEX triplet: B1, CA and 74. RGB value is (177,202,116). Sum of RGB (Red+Green+Blue) = 177+202+116=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA74 is #4E358B. Grayscale: #B9B9B9. Windows color (decimal): -5125516 or 7654065. OLE color: 7654065.

HSL color Cylindrical-coordinate representation of color #B1CA74: hue angle of 77.44º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1CA74 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 116 -
CMYK 0.12 0 0.43 0.21
HSL 77.44º 0.45% 0.62% -
HSV(B) 77.44º 0.43% 0.79% -
XYZ 42.4 52.85 24.49 -
YUV 184.72 89.22 122.49 -
System Red Green Blue C M Y K H S L
Decimal 177 202 116 0.12 0 0.43 0.21 77.44 0.45 0.62
Hex B1 CA 74 C 0 2B 15 4D 2D 3E
Octal 261 312 164 14 0 53 25 115 55 76
Binary 10110001 11001010 1110100 1100 0 101011 10101 1001101 101101 111110

Color Harmonies of #B1CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA74

Black with #B1CA74

Text Example


Text Example

White with #B1CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA74; }

 p { color: rgb(177,202,116); }

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

background-color css

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

 a { background-color: rgb(177,202,116); }

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

border-color css

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

 span { border-color: rgb(177,202,116); }

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