Html Css Color HEX #BDDA6F Sulu

📋 copy color: '#BDDA6F'

red 189 ◦ green 218 ◦ blue 111

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

Shades of Sulu #BDDA6F

Tints of Sulu #BDDA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 36.49%
G = 42.08%
B = 21.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BDDA6F (or 0xBDDA6F) is known color: Sulu. HEX triplet: BD, DA and 6F. RGB value is (189,218,111). Sum of RGB (Red+Green+Blue) = 189+218+111=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6F is #422590. Grayscale: #C5C5C5. Windows color (decimal): -4334993 or 7330493. OLE color: 7330493.

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

Color convert

RGB 189 218 111 -
CMYK 0.13 0 0.49 0.15
HSL 76.26º 0.59% 0.65% -
HSV(B) 76.26º 0.49% 0.85% -
XYZ 48.93 62.11 24.45 -
YUV 197.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 189 218 111 0.13 0 0.49 0.15 76.26 0.59 0.65
Hex BD DA 6F D 0 31 F 4C 3B 41
Octal 275 332 157 15 0 61 17 114 73 101
Binary 10111101 11011010 1101111 1101 0 110001 1111 1001100 111011 1000001

Color Harmonies of #BDDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA6F

Black with #BDDA6F

Text Example


Text Example

White with #BDDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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