Html Css Color HEX #BDCC89 Caper

📋 copy color: '#BDCC89'

red 189 ◦ green 204 ◦ blue 137

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

Shades of Caper #BDCC89

Tints of Caper #BDCC89

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 35.66%
G = 38.49%
B = 25.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#BDCC89 (or 0xBDCC89) is known color: Caper. HEX triplet: BD, CC and 89. RGB value is (189,204,137). Sum of RGB (Red+Green+Blue) = 189+204+137=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC89 is #423376. Grayscale: #C0C0C0. Windows color (decimal): -4338551 or 9030845. OLE color: 9030845.

HSL color Cylindrical-coordinate representation of color #BDCC89: hue angle of 73.43º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCC89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 137 -
CMYK 0.07 0 0.33 0.2
HSL 73.43º 0.4% 0.67% -
HSV(B) 73.43º 0.33% 0.8% -
XYZ 47.09 55.81 31.96 -
YUV 191.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 189 204 137 0.07 0 0.33 0.2 73.43 0.4 0.67
Hex BD CC 89 7 0 21 14 49 28 43
Octal 275 314 211 7 0 41 24 111 50 103
Binary 10111101 11001100 10001001 111 0 100001 10100 1001001 101000 1000011

Color Harmonies of #BDCC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC89

Black with #BDCC89

Text Example


Text Example

White with #BDCC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC89; }

 p { color: rgb(189,204,137); }

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

background-color css

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

 a { background-color: rgb(189,204,137); }

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

border-color css

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

 span { border-color: rgb(189,204,137); }

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