Html Css Color HEX #BDEB7B Sulu

📋 copy color: '#BDEB7B'

red 189 ◦ green 235 ◦ blue 123

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

Shades of Sulu #BDEB7B

Tints of Sulu #BDEB7B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 123 (48.44% from 255) = 22.49%

R = 34.55%
G = 42.96%
B = 22.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#BDEB7B (or 0xBDEB7B) is known color: Sulu. HEX triplet: BD, EB and 7B. RGB value is (189,235,123). Sum of RGB (Red+Green+Blue) = 189+235+123=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB7B is #421484. Grayscale: #D0D0D0. Windows color (decimal): -4330629 or 8121277. OLE color: 8121277.

HSL color Cylindrical-coordinate representation of color #BDEB7B: hue angle of 84.64º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDEB7B is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 123 -
CMYK 0.20 0 0.48 0.08
HSL 84.64º 0.74% 0.7% -
HSV(B) 84.64º 0.48% 0.92% -
XYZ 54.27 71.67 29.71 -
YUV 208.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 189 235 123 0.20 0 0.48 0.08 84.64 0.74 0.7
Hex BD EB 7B 14 0 30 8 55 4A 46
Octal 275 353 173 24 0 60 10 125 112 106
Binary 10111101 11101011 1111011 10100 0 110000 1000 1010101 1001010 1000110

Color Harmonies of #BDEB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB7B

Black with #BDEB7B

Text Example


Text Example

White with #BDEB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB7B; }

 p { color: rgb(189,235,123); }

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

background-color css

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

 a { background-color: rgb(189,235,123); }

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

border-color css

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

 span { border-color: rgb(189,235,123); }

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