Html Css Color HEX #BCD078 Caper

📋 copy color: '#BCD078'

red 188 ◦ green 208 ◦ blue 120

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

Shades of Caper #BCD078

Tints of Caper #BCD078

RGB

 RED value IS 188 (73.83% from 255) = 36.43%

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 120 (47.27% from 255) = 23.26%

R = 36.43%
G = 40.31%
B = 23.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#BCD078 (or 0xBCD078) is known color: Caper. HEX triplet: BC, D0 and 78. RGB value is (188,208,120). Sum of RGB (Red+Green+Blue) = 188+208+120=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD078 is #432F87. Grayscale: #C0C0C0. Windows color (decimal): -4403080 or 7917756. OLE color: 7917756.

HSL color Cylindrical-coordinate representation of color #BCD078: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD078 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 120 -
CMYK 0.10 0 0.42 0.18
HSL 73.64º 0.48% 0.64% -
HSV(B) 73.64º 0.42% 0.82% -
XYZ 46.69 57.16 26.34 -
YUV 191.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 188 208 120 0.10 0 0.42 0.18 73.64 0.48 0.64
Hex BC D0 78 A 0 2A 12 4A 30 40
Octal 274 320 170 12 0 52 22 112 60 100
Binary 10111100 11010000 1111000 1010 0 101010 10010 1001010 110000 1000000

Color Harmonies of #BCD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD078

Black with #BCD078

Text Example


Text Example

White with #BCD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD078; }

 p { color: rgb(188,208,120); }

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

background-color css

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

 a { background-color: rgb(188,208,120); }

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

border-color css

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

 span { border-color: rgb(188,208,120); }

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