#BDD748

Color #BDD748 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDD748

Tints of Conifer #BDD748

Color information

#BDD748 (or 0xBDD748) is unknown color: approx Conifer. HEX triplet: BD, D7 and 48. RGB value is (189,215,72). Sum of RGB (Red+Green+Blue) = 189+215+72=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD748 is #4228B7. Grayscale: #BFBFBF. Windows color (decimal): -4335800 or 4773821. OLE color: 4773821.

HSL color Cylindrical-coordinate representation of color #BDD748: hue angle of 70.91º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD748 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB18921572-
CMYK0.1200.670.16
HSL70.91º64.13%56.27%-
HSV(B)70.91º66.51%84.31%-
XYZ46.4659.8915.24-
YUV190.9260.89126.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 72 (28.52% from 255) = 15.13%
R=39.71%
G=45.17%
B=15.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189215720.1200.670.1670.9164.1356.27
HexBDD748C04310474038
Octal2753271101401032010710070
Binary101111011101011110010001100010000111000010001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD748; }

 p { color: rgb(189,215,72); }

 H1.HeaderClassName
 {
   color: #BDD748;
 }
 .AnyTagClassName
 {
   color: #BDD748;
 }
</style>
background-color css

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

 a { background-color: rgb(189,215,72); }

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

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

 span { border-color: rgb(189,215,72); }

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