Html Css Color HEX #BDDC83 Sulu

📋 copy color: '#BDDC83'

red 189 ◦ green 220 ◦ blue 131

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

Shades of Sulu #BDDC83

Tints of Sulu #BDDC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.26%

R = 35%
G = 40.74%
B = 24.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BDDC83 (or 0xBDDC83) is known color: Sulu. HEX triplet: BD, DC and 83. RGB value is (189,220,131). Sum of RGB (Red+Green+Blue) = 189+220+131=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC83 is #42237C. Grayscale: #C8C8C8. Windows color (decimal): -4334461 or 8641725. OLE color: 8641725.

HSL color Cylindrical-coordinate representation of color #BDDC83: hue angle of 80.9º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDC83 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 131 -
CMYK 0.14 0 0.40 0.14
HSL 80.9º 0.56% 0.69% -
HSV(B) 80.9º 0.4% 0.86% -
XYZ 50.68 63.64 31.09 -
YUV 200.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 189 220 131 0.14 0 0.40 0.14 80.9 0.56 0.69
Hex BD DC 83 E 0 28 E 51 38 45
Octal 275 334 203 16 0 50 16 121 70 105
Binary 10111101 11011100 10000011 1110 0 101000 1110 1010001 111000 1000101

Color Harmonies of #BDDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC83

Black with #BDDC83

Text Example


Text Example

White with #BDDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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