Html Css Color HEX #BED78B Sulu

📋 copy color: '#BED78B'

red 190 ◦ green 215 ◦ blue 139

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

Shades of Sulu #BED78B

Tints of Sulu #BED78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 34.93%
G = 39.52%
B = 25.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BED78B (or 0xBED78B) is known color: Sulu. HEX triplet: BE, D7 and 8B. RGB value is (190,215,139). Sum of RGB (Red+Green+Blue) = 190+215+139=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78B is #412874. Grayscale: #C7C7C7. Windows color (decimal): -4270197 or 9164734. OLE color: 9164734.

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

Color convert

RGB 190 215 139 -
CMYK 0.12 0 0.35 0.16
HSL 79.74º 0.49% 0.69% -
HSV(B) 79.74º 0.35% 0.84% -
XYZ 50.2 61.41 33.63 -
YUV 198.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 190 215 139 0.12 0 0.35 0.16 79.74 0.49 0.69
Hex BE D7 8B C 0 23 10 50 31 45
Octal 276 327 213 14 0 43 20 120 61 105
Binary 10111110 11010111 10001011 1100 0 100011 10000 1010000 110001 1000101

Color Harmonies of #BED78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED78B

Black with #BED78B

Text Example


Text Example

White with #BED78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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