Html Css Color HEX #BDD378 Caper

📋 copy color: '#BDD378'

red 189 ◦ green 211 ◦ blue 120

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

Shades of Caper #BDD378

Tints of Caper #BDD378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

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

R = 36.35%
G = 40.58%
B = 23.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#BDD378 (or 0xBDD378) is known color: Caper. HEX triplet: BD, D3 and 78. RGB value is (189,211,120). Sum of RGB (Red+Green+Blue) = 189+211+120=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD378 is #422C87. Grayscale: #C2C2C2. Windows color (decimal): -4336776 or 7918525. OLE color: 7918525.

HSL color Cylindrical-coordinate representation of color #BDD378: hue angle of 74.51º degrees, saturation: 0.51, 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 #BDD378 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 120 -
CMYK 0.10 0 0.43 0.17
HSL 74.51º 0.51% 0.65% -
HSV(B) 74.51º 0.43% 0.83% -
XYZ 47.67 58.76 26.6 -
YUV 194.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 189 211 120 0.10 0 0.43 0.17 74.51 0.51 0.65
Hex BD D3 78 A 0 2B 11 4B 33 41
Octal 275 323 170 12 0 53 21 113 63 101
Binary 10111101 11010011 1111000 1010 0 101011 10001 1001011 110011 1000001

Color Harmonies of #BDD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD378

Black with #BDD378

Text Example


Text Example

White with #BDD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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