Html Css Color HEX #BED57D Sulu

📋 copy color: '#BED57D'

red 190 ◦ green 213 ◦ blue 125

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

Shades of Sulu #BED57D

Tints of Sulu #BED57D

RGB

 RED value IS 190 (74.61% from 255) = 35.98%

 GREEN value IS 213 (83.59% from 255) = 40.34%

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

R = 35.98%
G = 40.34%
B = 23.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BED57D (or 0xBED57D) is known color: Sulu. HEX triplet: BE, D5 and 7D. RGB value is (190,213,125). Sum of RGB (Red+Green+Blue) = 190+213+125=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57D is #412A82. Grayscale: #C4C4C4. Windows color (decimal): -4270723 or 8246718. OLE color: 8246718.

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

Color convert

RGB 190 213 125 -
CMYK 0.11 0 0.41 0.16
HSL 75.68º 0.51% 0.66% -
HSV(B) 75.68º 0.41% 0.84% -
XYZ 48.73 60.02 28.42 -
YUV 196.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 190 213 125 0.11 0 0.41 0.16 75.68 0.51 0.66
Hex BE D5 7D B 0 29 10 4C 33 42
Octal 276 325 175 13 0 51 20 114 63 102
Binary 10111110 11010101 1111101 1011 0 101001 10000 1001100 110011 1000010

Color Harmonies of #BED57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED57D

Black with #BED57D

Text Example


Text Example

White with #BED57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED57D; }

 p { color: rgb(190,213,125); }

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

background-color css

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

 a { background-color: rgb(190,213,125); }

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

border-color css

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

 span { border-color: rgb(190,213,125); }

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