Html Css Color HEX #BED67A Sulu

📋 copy color: '#BED67A'

red 190 ◦ green 214 ◦ blue 122

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

Shades of Sulu #BED67A

Tints of Sulu #BED67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

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

R = 36.12%
G = 40.68%
B = 23.19%

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

#BED67A (or 0xBED67A) is known color: Sulu. HEX triplet: BE, D6 and 7A. RGB value is (190,214,122). Sum of RGB (Red+Green+Blue) = 190+214+122=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #BED67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED67A is #412985. Grayscale: #C4C4C4. Windows color (decimal): -4270470 or 8050366. OLE color: 8050366.

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

Color convert

RGB 190 214 122 -
CMYK 0.11 0 0.43 0.16
HSL 75.65º 0.53% 0.66% -
HSV(B) 75.65º 0.43% 0.84% -
XYZ 48.79 60.45 27.51 -
YUV 196.34 86.05 123.48 -
System Red Green Blue C M Y K H S L
Decimal 190 214 122 0.11 0 0.43 0.16 75.65 0.53 0.66
Hex BE D6 7A B 0 2B 10 4C 35 42
Octal 276 326 172 13 0 53 20 114 65 102
Binary 10111110 11010110 1111010 1011 0 101011 10000 1001100 110101 1000010

Color Harmonies of #BED67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED67A

Black with #BED67A

Text Example


Text Example

White with #BED67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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