Html Css Color HEX #BDD478 Caper

📋 copy color: '#BDD478'

red 189 ◦ green 212 ◦ blue 120

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

Shades of Caper #BDD478

Tints of Caper #BDD478

RGB

 RED value IS 189 (74.22% from 255) = 36.28%

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

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

R = 36.28%
G = 40.69%
B = 23.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#BDD478 (or 0xBDD478) is known color: Caper. HEX triplet: BD, D4 and 78. RGB value is (189,212,120). Sum of RGB (Red+Green+Blue) = 189+212+120=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD478 is #422B87. Grayscale: #C2C2C2. Windows color (decimal): -4336520 or 7918781. OLE color: 7918781.

HSL color Cylindrical-coordinate representation of color #BDD478: hue angle of 75º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD478 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 120 -
CMYK 0.11 0 0.43 0.17
HSL 75º 0.52% 0.65% -
HSV(B) 75º 0.43% 0.83% -
XYZ 47.92 59.26 26.68 -
YUV 194.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 189 212 120 0.11 0 0.43 0.17 75 0.52 0.65
Hex BD D4 78 B 0 2B 11 4B 34 41
Octal 275 324 170 13 0 53 21 113 64 101
Binary 10111101 11010100 1111000 1011 0 101011 10001 1001011 110100 1000001

Color Harmonies of #BDD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD478

Black with #BDD478

Text Example


Text Example

White with #BDD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD478; }

 p { color: rgb(189,212,120); }

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

background-color css

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

 a { background-color: rgb(189,212,120); }

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

border-color css

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

 span { border-color: rgb(189,212,120); }

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