Html Css Color HEX #BDE673 Sulu

📋 copy color: '#BDE673'

red 189 ◦ green 230 ◦ blue 115

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

Shades of Sulu #BDE673

Tints of Sulu #BDE673

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 35.39%
G = 43.07%
B = 21.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#BDE673 (or 0xBDE673) is known color: Sulu. HEX triplet: BD, E6 and 73. RGB value is (189,230,115). Sum of RGB (Red+Green+Blue) = 189+230+115=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE673 is #42198C. Grayscale: #CDCDCD. Windows color (decimal): -4331917 or 7595709. OLE color: 7595709.

HSL color Cylindrical-coordinate representation of color #BDE673: hue angle of 81.39º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDE673 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 115 -
CMYK 0.18 0 0.5 0.10
HSL 81.39º 0.7% 0.68% -
HSV(B) 81.39º 0.5% 0.9% -
XYZ 52.38 68.65 26.71 -
YUV 204.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 189 230 115 0.18 0 0.5 0.10 81.39 0.7 0.68
Hex BD E6 73 12 0 32 A 51 46 44
Octal 275 346 163 22 0 62 12 121 106 104
Binary 10111101 11100110 1110011 10010 0 110010 1010 1010001 1000110 1000100

Color Harmonies of #BDE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE673

Black with #BDE673

Text Example


Text Example

White with #BDE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE673; }

 p { color: rgb(189,230,115); }

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

background-color css

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

 a { background-color: rgb(189,230,115); }

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

border-color css

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

 span { border-color: rgb(189,230,115); }

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