Html Css Color HEX #BDD47A Caper

📋 copy color: '#BDD47A'

red 189 ◦ green 212 ◦ blue 122

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

Shades of Caper #BDD47A

Tints of Caper #BDD47A

RGB

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

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

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

R = 36.14%
G = 40.54%
B = 23.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#BDD47A (or 0xBDD47A) is known color: Caper. HEX triplet: BD, D4 and 7A. RGB value is (189,212,122). Sum of RGB (Red+Green+Blue) = 189+212+122=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD47A is #422B85. Grayscale: #C3C3C3. Windows color (decimal): -4336518 or 8049853. OLE color: 8049853.

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

Color convert

RGB 189 212 122 -
CMYK 0.11 0 0.42 0.17
HSL 75.33º 0.51% 0.65% -
HSV(B) 75.33º 0.42% 0.83% -
XYZ 48.04 59.31 27.33 -
YUV 194.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 189 212 122 0.11 0 0.42 0.17 75.33 0.51 0.65
Hex BD D4 7A B 0 2A 11 4B 33 41
Octal 275 324 172 13 0 52 21 113 63 101
Binary 10111101 11010100 1111010 1011 0 101010 10001 1001011 110011 1000001

Color Harmonies of #BDD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD47A

Black with #BDD47A

Text Example


Text Example

White with #BDD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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