Html Css Color HEX #BED77B Sulu

📋 copy color: '#BED77B'

red 190 ◦ green 215 ◦ blue 123

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

Shades of Sulu #BED77B

Tints of Sulu #BED77B

RGB

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

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

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

R = 35.98%
G = 40.72%
B = 23.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BED77B (or 0xBED77B) is known color: Sulu. HEX triplet: BE, D7 and 7B. RGB value is (190,215,123). Sum of RGB (Red+Green+Blue) = 190+215+123=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77B is #412884. Grayscale: #C5C5C5. Windows color (decimal): -4270213 or 8116158. OLE color: 8116158.

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

Color convert

RGB 190 215 123 -
CMYK 0.12 0 0.43 0.16
HSL 76.3º 0.53% 0.66% -
HSV(B) 76.3º 0.43% 0.84% -
XYZ 49.11 60.98 27.92 -
YUV 197.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 190 215 123 0.12 0 0.43 0.16 76.3 0.53 0.66
Hex BE D7 7B C 0 2B 10 4C 35 42
Octal 276 327 173 14 0 53 20 114 65 102
Binary 10111110 11010111 1111011 1100 0 101011 10000 1001100 110101 1000010

Color Harmonies of #BED77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED77B

Black with #BED77B

Text Example


Text Example

White with #BED77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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