Html Css Color HEX #BDEA83 Sulu

📋 copy color: '#BDEA83'

red 189 ◦ green 234 ◦ blue 131

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

Shades of Sulu #BDEA83

Tints of Sulu #BDEA83

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.24%

 BLUE value IS 131 (51.56% from 255) = 23.65%

R = 34.12%
G = 42.24%
B = 23.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#BDEA83 (or 0xBDEA83) is known color: Sulu. HEX triplet: BD, EA and 83. RGB value is (189,234,131). Sum of RGB (Red+Green+Blue) = 189+234+131=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA83 is #42157C. Grayscale: #D1D1D1. Windows color (decimal): -4330877 or 8645309. OLE color: 8645309.

HSL color Cylindrical-coordinate representation of color #BDEA83: hue angle of 86.21º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDEA83 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 131 -
CMYK 0.19 0 0.44 0.08
HSL 86.21º 0.71% 0.72% -
HSV(B) 86.21º 0.44% 0.92% -
XYZ 54.51 71.3 32.36 -
YUV 208.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 189 234 131 0.19 0 0.44 0.08 86.21 0.71 0.72
Hex BD EA 83 13 0 2C 8 56 47 48
Octal 275 352 203 23 0 54 10 126 107 110
Binary 10111101 11101010 10000011 10011 0 101100 1000 1010110 1000111 1001000

Color Harmonies of #BDEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA83

Black with #BDEA83

Text Example


Text Example

White with #BDEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA83; }

 p { color: rgb(189,234,131); }

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

background-color css

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

 a { background-color: rgb(189,234,131); }

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

border-color css

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

 span { border-color: rgb(189,234,131); }

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