Html Css Color HEX #BDD27D Caper

📋 copy color: '#BDD27D'

red 189 ◦ green 210 ◦ blue 125

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

Shades of Caper #BDD27D

Tints of Caper #BDD27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.08%

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 36.07%
G = 40.08%
B = 23.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BDD27D (or 0xBDD27D) is known color: Caper. HEX triplet: BD, D2 and 7D. RGB value is (189,210,125). Sum of RGB (Red+Green+Blue) = 189+210+125=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD27D is #422D82. Grayscale: #C2C2C2. Windows color (decimal): -4337027 or 8245949. OLE color: 8245949.

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

Color convert

RGB 189 210 125 -
CMYK 0.10 0 0.40 0.18
HSL 74.82º 0.49% 0.66% -
HSV(B) 74.82º 0.4% 0.82% -
XYZ 47.73 58.39 28.16 -
YUV 194.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 189 210 125 0.10 0 0.40 0.18 74.82 0.49 0.66
Hex BD D2 7D A 0 28 12 4B 31 42
Octal 275 322 175 12 0 50 22 113 61 102
Binary 10111101 11010010 1111101 1010 0 101000 10010 1001011 110001 1000010

Color Harmonies of #BDD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD27D

Black with #BDD27D

Text Example


Text Example

White with #BDD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD27D; }

 p { color: rgb(189,210,125); }

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

background-color css

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

 a { background-color: rgb(189,210,125); }

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

border-color css

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

 span { border-color: rgb(189,210,125); }

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