#BED67F

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

Shades of Sulu #BED67F

Tints of Sulu #BED67F

Color information

#BED67F (or 0xBED67F) is unknown color: approx Sulu. HEX triplet: BE, D6 and 7F. RGB value is (190,214,127). Sum of RGB (Red+Green+Blue) = 190+214+127=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #BED67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED67F is #412980. Grayscale: #C5C5C5. Windows color (decimal): -4270465 or 8378046. OLE color: 8378046.

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

Color convert

RGB190214127-
CMYK0.1100.410.16
HSL76.55º51.48%66.86%-
HSV(B)76.55º40.65%83.92%-
XYZ49.1160.5729.18-
YUV196.9188.55123.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 127 (50% from 255) = 23.92%
R=35.78%
G=40.30%
B=23.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141270.1100.410.1676.5551.4866.86
HexBED67FB029104d3343
Octal276326177130512011563103
Binary10111110110101101111111101101010011000010011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED67F; }

 p { color: rgb(190,214,127); }

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

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

 a { background-color: rgb(190,214,127); }

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

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

 span { border-color: rgb(190,214,127); }

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