Html Css Color HEX #B0D474 Caper

📋 copy color: '#B0D474'

red 176 ◦ green 212 ◦ blue 116

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

Shades of Caper #B0D474

Tints of Caper #B0D474

RGB

 RED value IS 176 (69.14% from 255) = 34.92%

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 34.92%
G = 42.06%
B = 23.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#B0D474 (or 0xB0D474) is known color: Caper. HEX triplet: B0, D4 and 74. RGB value is (176,212,116). Sum of RGB (Red+Green+Blue) = 176+212+116=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D474 is #4F2B8B. Grayscale: #BEBEBE. Windows color (decimal): -5188492 or 7656624. OLE color: 7656624.

HSL color Cylindrical-coordinate representation of color #B0D474: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0D474 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 212 116 -
CMYK 0.17 0 0.45 0.17
HSL 82.5º 0.53% 0.64% -
HSV(B) 82.5º 0.45% 0.83% -
XYZ 44.6 57.58 25.29 -
YUV 190.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 176 212 116 0.17 0 0.45 0.17 82.5 0.53 0.64
Hex B0 D4 74 11 0 2D 11 52 35 40
Octal 260 324 164 21 0 55 21 122 65 100
Binary 10110000 11010100 1110100 10001 0 101101 10001 1010010 110101 1000000

Color Harmonies of #B0D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D474

Black with #B0D474

Text Example


Text Example

White with #B0D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D474; }

 p { color: rgb(176,212,116); }

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

background-color css

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

 a { background-color: rgb(176,212,116); }

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

border-color css

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

 span { border-color: rgb(176,212,116); }

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