Html Css Color HEX #BDDA7E Sulu

📋 copy color: '#BDDA7E'

red 189 ◦ green 218 ◦ blue 126

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

Shades of Sulu #BDDA7E

Tints of Sulu #BDDA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

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

R = 35.46%
G = 40.9%
B = 23.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BDDA7E (or 0xBDDA7E) is known color: Sulu. HEX triplet: BD, DA and 7E. RGB value is (189,218,126). Sum of RGB (Red+Green+Blue) = 189+218+126=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7E is #422581. Grayscale: #C7C7C7. Windows color (decimal): -4334978 or 8313533. OLE color: 8313533.

HSL color Cylindrical-coordinate representation of color #BDDA7E: hue angle of 78.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDA7E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 126 -
CMYK 0.13 0 0.42 0.15
HSL 78.91º 0.55% 0.67% -
HSV(B) 78.91º 0.42% 0.85% -
XYZ 49.82 62.47 29.17 -
YUV 198.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 189 218 126 0.13 0 0.42 0.15 78.91 0.55 0.67
Hex BD DA 7E D 0 2A F 4F 37 43
Octal 275 332 176 15 0 52 17 117 67 103
Binary 10111101 11011010 1111110 1101 0 101010 1111 1001111 110111 1000011

Color Harmonies of #BDDA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA7E

Black with #BDDA7E

Text Example


Text Example

White with #BDDA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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