#BDF961

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

Shades of Conifer #BDF961

Tints of Conifer #BDF961

Color information

#BDF961 (or 0xBDF961) is unknown color: approx Conifer. HEX triplet: BD, F9 and 61. RGB value is (189,249,97). Sum of RGB (Red+Green+Blue) = 189+249+97=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF961 is #42069E. Grayscale: #D6D6D6. Windows color (decimal): -4327071 or 6420925. OLE color: 6420925.

HSL color Cylindrical-coordinate representation of color #BDF961: hue angle of 83.68º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF961 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB18924997-
CMYK0.2400.610.02
HSL83.68º92.68%67.84%-
HSV(B)83.68º61.04%97.65%-
XYZ57.0279.4323.64-
YUV213.7362.12110.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 249 (97.66% from 255) = 46.54%
BLUE value IS 97 (38.28% from 255) = 18.13%
R=35.33%
G=46.54%
B=18.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189249970.2400.610.0283.6892.6867.84
HexBDF9611803D2545d44
Octal275371141300752124135104
Binary1011110111111001110000111000011110110101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF961; }

 p { color: rgb(189,249,97); }

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

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

 a { background-color: rgb(189,249,97); }

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

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

 span { border-color: rgb(189,249,97); }

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