Html Css Color HEX #BED57B Sulu

📋 copy color: '#BED57B'

red 190 ◦ green 213 ◦ blue 123

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

Shades of Sulu #BED57B

Tints of Sulu #BED57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.38%

R = 36.12%
G = 40.49%
B = 23.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BED57B (or 0xBED57B) is known color: Sulu. HEX triplet: BE, D5 and 7B. RGB value is (190,213,123). Sum of RGB (Red+Green+Blue) = 190+213+123=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57B is #412A84. Grayscale: #C4C4C4. Windows color (decimal): -4270725 or 8115646. OLE color: 8115646.

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

Color convert

RGB 190 213 123 -
CMYK 0.11 0 0.42 0.16
HSL 75.33º 0.52% 0.66% -
HSV(B) 75.33º 0.42% 0.84% -
XYZ 48.6 59.97 27.75 -
YUV 195.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 190 213 123 0.11 0 0.42 0.16 75.33 0.52 0.66
Hex BE D5 7B B 0 2A 10 4B 34 42
Octal 276 325 173 13 0 52 20 113 64 102
Binary 10111110 11010101 1111011 1011 0 101010 10000 1001011 110100 1000010

Color Harmonies of #BED57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED57B

Black with #BED57B

Text Example


Text Example

White with #BED57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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