Html Css Color HEX #BDD17A Caper

📋 copy color: '#BDD17A'

red 189 ◦ green 209 ◦ blue 122

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

Shades of Caper #BDD17A

Tints of Caper #BDD17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 36.35%
G = 40.19%
B = 23.46%

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

#BDD17A (or 0xBDD17A) is known color: Caper. HEX triplet: BD, D1 and 7A. RGB value is (189,209,122). Sum of RGB (Red+Green+Blue) = 189+209+122=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17A is #422E85. Grayscale: #C1C1C1. Windows color (decimal): -4337286 or 8049085. OLE color: 8049085.

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

Color convert

RGB 189 209 122 -
CMYK 0.10 0 0.42 0.18
HSL 73.79º 0.49% 0.65% -
HSV(B) 73.79º 0.42% 0.82% -
XYZ 47.3 57.82 27.08 -
YUV 193.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 189 209 122 0.10 0 0.42 0.18 73.79 0.49 0.65
Hex BD D1 7A A 0 2A 12 4A 31 41
Octal 275 321 172 12 0 52 22 112 61 101
Binary 10111101 11010001 1111010 1010 0 101010 10010 1001010 110001 1000001

Color Harmonies of #BDD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD17A

Black with #BDD17A

Text Example


Text Example

White with #BDD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD17A; }

 p { color: rgb(189,209,122); }

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

background-color css

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

 a { background-color: rgb(189,209,122); }

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

border-color css

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

 span { border-color: rgb(189,209,122); }

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