Html Css Color HEX #BCF966 Sulu

📋 copy color: '#BCF966'

red 188 ◦ green 249 ◦ blue 102

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

Shades of Sulu #BCF966

Tints of Sulu #BCF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 34.88%
G = 46.2%
B = 18.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#BCF966 (or 0xBCF966) is known color: Sulu. HEX triplet: BC, F9 and 66. RGB value is (188,249,102). Sum of RGB (Red+Green+Blue) = 188+249+102=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF966 is #430699. Grayscale: #D6D6D6. Windows color (decimal): -4392602 or 6748604. OLE color: 6748604.

HSL color Cylindrical-coordinate representation of color #BCF966: hue angle of 84.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF966 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 102 -
CMYK 0.24 0 0.59 0.02
HSL 84.9º 0.92% 0.69% -
HSV(B) 84.9º 0.59% 0.98% -
XYZ 57.01 79.4 24.89 -
YUV 214 64.79 109.45 -
System Red Green Blue C M Y K H S L
Decimal 188 249 102 0.24 0 0.59 0.02 84.9 0.92 0.69
Hex BC F9 66 18 0 3B 2 55 5C 45
Octal 274 371 146 30 0 73 2 125 134 105
Binary 10111100 11111001 1100110 11000 0 111011 10 1010101 1011100 1000101

Color Harmonies of #BCF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF966

Black with #BCF966

Text Example


Text Example

White with #BCF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF966; }

 p { color: rgb(188,249,102); }

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

background-color css

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

 a { background-color: rgb(188,249,102); }

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

border-color css

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

 span { border-color: rgb(188,249,102); }

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