Html Css Color HEX #BDDC7E Sulu

📋 copy color: '#BDDC7E'

red 189 ◦ green 220 ◦ blue 126

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

Shades of Sulu #BDDC7E

Tints of Sulu #BDDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 126 (49.61% from 255) = 23.55%

R = 35.33%
G = 41.12%
B = 23.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BDDC7E (or 0xBDDC7E) is known color: Sulu. HEX triplet: BD, DC and 7E. RGB value is (189,220,126). Sum of RGB (Red+Green+Blue) = 189+220+126=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7E is #422381. Grayscale: #C8C8C8. Windows color (decimal): -4334466 or 8314045. OLE color: 8314045.

HSL color Cylindrical-coordinate representation of color #BDDC7E: hue angle of 79.79º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDC7E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 126 -
CMYK 0.14 0 0.43 0.14
HSL 79.79º 0.57% 0.68% -
HSV(B) 79.79º 0.43% 0.86% -
XYZ 50.35 63.51 29.34 -
YUV 200.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 189 220 126 0.14 0 0.43 0.14 79.79 0.57 0.68
Hex BD DC 7E E 0 2B E 50 39 44
Octal 275 334 176 16 0 53 16 120 71 104
Binary 10111101 11011100 1111110 1110 0 101011 1110 1010000 111001 1000100

Color Harmonies of #BDDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC7E

Black with #BDDC7E

Text Example


Text Example

White with #BDDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC7E; }

 p { color: rgb(189,220,126); }

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

background-color css

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

 a { background-color: rgb(189,220,126); }

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

border-color css

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

 span { border-color: rgb(189,220,126); }

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