Html Css Color HEX #BED57A Sulu

📋 copy color: '#BED57A'

red 190 ◦ green 213 ◦ blue 122

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

Shades of Sulu #BED57A

Tints of Sulu #BED57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 36.19%
G = 40.57%
B = 23.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BED57A (or 0xBED57A) is known color: Sulu. HEX triplet: BE, D5 and 7A. RGB value is (190,213,122). Sum of RGB (Red+Green+Blue) = 190+213+122=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57A is #412A85. Grayscale: #C4C4C4. Windows color (decimal): -4270726 or 8050110. OLE color: 8050110.

HSL color Cylindrical-coordinate representation of color #BED57A: hue angle of 75.16º degrees, saturation: 0.52, 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 #BED57A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 122 -
CMYK 0.11 0 0.43 0.16
HSL 75.16º 0.52% 0.66% -
HSV(B) 75.16º 0.43% 0.84% -
XYZ 48.54 59.94 27.42 -
YUV 195.75 86.38 123.9 -
System Red Green Blue C M Y K H S L
Decimal 190 213 122 0.11 0 0.43 0.16 75.16 0.52 0.66
Hex BE D5 7A B 0 2B 10 4B 34 42
Octal 276 325 172 13 0 53 20 113 64 102
Binary 10111110 11010101 1111010 1011 0 101011 10000 1001011 110100 1000010

Color Harmonies of #BED57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED57A

Black with #BED57A

Text Example


Text Example

White with #BED57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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