Html Css Color HEX #BCD98A Sulu

📋 copy color: '#BCD98A'

red 188 ◦ green 217 ◦ blue 138

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

Shades of Sulu #BCD98A

Tints of Sulu #BCD98A

RGB

 RED value IS 188 (73.83% from 255) = 34.62%

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 34.62%
G = 39.96%
B = 25.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BCD98A (or 0xBCD98A) is known color: Sulu. HEX triplet: BC, D9 and 8A. RGB value is (188,217,138). Sum of RGB (Red+Green+Blue) = 188+217+138=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD98A is #432675. Grayscale: #C7C7C7. Windows color (decimal): -4400758 or 9099708. OLE color: 9099708.

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

Color convert

RGB 188 217 138 -
CMYK 0.13 0 0.36 0.15
HSL 82.03º 0.51% 0.7% -
HSV(B) 82.03º 0.36% 0.85% -
XYZ 50.14 62.15 33.4 -
YUV 199.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 188 217 138 0.13 0 0.36 0.15 82.03 0.51 0.7
Hex BC D9 8A D 0 24 F 52 33 46
Octal 274 331 212 15 0 44 17 122 63 106
Binary 10111100 11011001 10001010 1101 0 100100 1111 1010010 110011 1000110

Color Harmonies of #BCD98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD98A

Black with #BCD98A

Text Example


Text Example

White with #BCD98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD98A; }

 p { color: rgb(188,217,138); }

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

background-color css

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

 a { background-color: rgb(188,217,138); }

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

border-color css

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

 span { border-color: rgb(188,217,138); }

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