Html Css Color HEX #BED77D Sulu

📋 copy color: '#BED77D'

red 190 ◦ green 215 ◦ blue 125

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

Shades of Sulu #BED77D

Tints of Sulu #BED77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

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

R = 35.85%
G = 40.57%
B = 23.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BED77D (or 0xBED77D) is known color: Sulu. HEX triplet: BE, D7 and 7D. RGB value is (190,215,125). Sum of RGB (Red+Green+Blue) = 190+215+125=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77D is #412882. Grayscale: #C5C5C5. Windows color (decimal): -4270211 or 8247230. OLE color: 8247230.

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

Color convert

RGB 190 215 125 -
CMYK 0.12 0 0.42 0.16
HSL 76.67º 0.53% 0.67% -
HSV(B) 76.67º 0.42% 0.84% -
XYZ 49.24 61.03 28.59 -
YUV 197.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 190 215 125 0.12 0 0.42 0.16 76.67 0.53 0.67
Hex BE D7 7D C 0 2A 10 4D 35 43
Octal 276 327 175 14 0 52 20 115 65 103
Binary 10111110 11010111 1111101 1100 0 101010 10000 1001101 110101 1000011

Color Harmonies of #BED77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED77D

Black with #BED77D

Text Example


Text Example

White with #BED77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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