Html Css Color HEX #BCD88A Sulu

📋 copy color: '#BCD88A'

red 188 ◦ green 216 ◦ blue 138

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

Shades of Sulu #BCD88A

Tints of Sulu #BCD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.85%

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

R = 34.69%
G = 39.85%
B = 25.46%

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

#BCD88A (or 0xBCD88A) is known color: Sulu. HEX triplet: BC, D8 and 8A. RGB value is (188,216,138). Sum of RGB (Red+Green+Blue) = 188+216+138=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD88A is #432775. Grayscale: #C7C7C7. Windows color (decimal): -4401014 or 9099452. OLE color: 9099452.

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

Color convert

RGB 188 216 138 -
CMYK 0.13 0 0.36 0.15
HSL 81.54º 0.5% 0.69% -
HSV(B) 81.54º 0.36% 0.85% -
XYZ 49.88 61.64 33.31 -
YUV 198.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 188 216 138 0.13 0 0.36 0.15 81.54 0.5 0.69
Hex BC D8 8A D 0 24 F 52 32 45
Octal 274 330 212 15 0 44 17 122 62 105
Binary 10111100 11011000 10001010 1101 0 100100 1111 1010010 110010 1000101

Color Harmonies of #BCD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD88A

Black with #BCD88A

Text Example


Text Example

White with #BCD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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