Html Css Color HEX #BDE274 Sulu

📋 copy color: '#BDE274'

red 189 ◦ green 226 ◦ blue 116

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

Shades of Sulu #BDE274

Tints of Sulu #BDE274

RGB

 RED value IS 189 (74.22% from 255) = 35.59%

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 35.59%
G = 42.56%
B = 21.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BDE274 (or 0xBDE274) is known color: Sulu. HEX triplet: BD, E2 and 74. RGB value is (189,226,116). Sum of RGB (Red+Green+Blue) = 189+226+116=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE274 is #421D8B. Grayscale: #CACACA. Windows color (decimal): -4332940 or 7660221. OLE color: 7660221.

HSL color Cylindrical-coordinate representation of color #BDE274: hue angle of 80.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDE274 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 116 -
CMYK 0.16 0 0.49 0.11
HSL 80.18º 0.65% 0.67% -
HSV(B) 80.18º 0.49% 0.89% -
XYZ 51.34 66.47 26.65 -
YUV 202.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 189 226 116 0.16 0 0.49 0.11 80.18 0.65 0.67
Hex BD E2 74 10 0 31 B 50 41 43
Octal 275 342 164 20 0 61 13 120 101 103
Binary 10111101 11100010 1110100 10000 0 110001 1011 1010000 1000001 1000011

Color Harmonies of #BDE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE274

Black with #BDE274

Text Example


Text Example

White with #BDE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE274; }

 p { color: rgb(189,226,116); }

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

background-color css

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

 a { background-color: rgb(189,226,116); }

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

border-color css

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

 span { border-color: rgb(189,226,116); }

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