Html Css Color HEX #BCEB6A Sulu

📋 copy color: '#BCEB6A'

red 188 ◦ green 235 ◦ blue 106

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

Shades of Sulu #BCEB6A

Tints of Sulu #BCEB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 35.54%
G = 44.42%
B = 20.04%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#BCEB6A (or 0xBCEB6A) is known color: Sulu. HEX triplet: BC, EB and 6A. RGB value is (188,235,106). Sum of RGB (Red+Green+Blue) = 188+235+106=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB6A is #431495. Grayscale: #CECECE. Windows color (decimal): -4396182 or 7007164. OLE color: 7007164.

HSL color Cylindrical-coordinate representation of color #BCEB6A: hue angle of 81.86º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCEB6A is Cyan = 0.2, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 106 -
CMYK 0.2 0 0.55 0.08
HSL 81.86º 0.76% 0.67% -
HSV(B) 81.86º 0.55% 0.92% -
XYZ 53.05 71.15 24.57 -
YUV 206.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 188 235 106 0.2 0 0.55 0.08 81.86 0.76 0.67
Hex BC EB 6A 14 0 37 8 52 4C 43
Octal 274 353 152 24 0 67 10 122 114 103
Binary 10111100 11101011 1101010 10100 0 110111 1000 1010010 1001100 1000011

Color Harmonies of #BCEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB6A

Black with #BCEB6A

Text Example


Text Example

White with #BCEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB6A; }

 p { color: rgb(188,235,106); }

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

background-color css

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

 a { background-color: rgb(188,235,106); }

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

border-color css

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

 span { border-color: rgb(188,235,106); }

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