Html Css Color HEX #BDE694 Sulu

📋 copy color: '#BDE694'

red 189 ◦ green 230 ◦ blue 148

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

Shades of Sulu #BDE694

Tints of Sulu #BDE694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 33.33%
G = 40.56%
B = 26.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#BDE694 (or 0xBDE694) is known color: Sulu. HEX triplet: BD, E6 and 94. RGB value is (189,230,148). Sum of RGB (Red+Green+Blue) = 189+230+148=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE694 is #42196B. Grayscale: #D0D0D0. Windows color (decimal): -4331884 or 9758397. OLE color: 9758397.

HSL color Cylindrical-coordinate representation of color #BDE694: hue angle of 90º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE694 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 148 -
CMYK 0.18 0 0.36 0.10
HSL 90º 0.62% 0.74% -
HSV(B) 90º 0.36% 0.9% -
XYZ 54.63 69.55 38.56 -
YUV 208.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 189 230 148 0.18 0 0.36 0.10 90 0.62 0.74
Hex BD E6 94 12 0 24 A 5A 3E 4A
Octal 275 346 224 22 0 44 12 132 76 112
Binary 10111101 11100110 10010100 10010 0 100100 1010 1011010 111110 1001010

Color Harmonies of #BDE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE694

Black with #BDE694

Text Example


Text Example

White with #BDE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE694; }

 p { color: rgb(189,230,148); }

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

background-color css

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

 a { background-color: rgb(189,230,148); }

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

border-color css

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

 span { border-color: rgb(189,230,148); }

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