Html Css Color HEX #BDED8A Sulu

📋 copy color: '#BDED8A'

red 189 ◦ green 237 ◦ blue 138

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

Shades of Sulu #BDED8A

Tints of Sulu #BDED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.02%

 BLUE value IS 138 (54.3% from 255) = 24.47%

R = 33.51%
G = 42.02%
B = 24.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#BDED8A (or 0xBDED8A) is known color: Sulu. HEX triplet: BD, ED and 8A. RGB value is (189,237,138). Sum of RGB (Red+Green+Blue) = 189+237+138=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED8A is #421275. Grayscale: #D3D3D3. Windows color (decimal): -4330102 or 9104829. OLE color: 9104829.

HSL color Cylindrical-coordinate representation of color #BDED8A: hue angle of 89.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDED8A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 138 -
CMYK 0.20 0 0.42 0.07
HSL 89.09º 0.73% 0.74% -
HSV(B) 89.09º 0.42% 0.93% -
XYZ 55.86 73.22 35.23 -
YUV 211.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 189 237 138 0.20 0 0.42 0.07 89.09 0.73 0.74
Hex BD ED 8A 14 0 2A 7 59 49 4A
Octal 275 355 212 24 0 52 7 131 111 112
Binary 10111101 11101101 10001010 10100 0 101010 111 1011001 1001001 1001010

Color Harmonies of #BDED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED8A

Black with #BDED8A

Text Example


Text Example

White with #BDED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED8A; }

 p { color: rgb(189,237,138); }

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

background-color css

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

 a { background-color: rgb(189,237,138); }

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

border-color css

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

 span { border-color: rgb(189,237,138); }

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