Html Css Color HEX #BCF066 Sulu

📋 copy color: '#BCF066'

red 188 ◦ green 240 ◦ blue 102

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

Shades of Sulu #BCF066

Tints of Sulu #BCF066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

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

R = 35.47%
G = 45.28%
B = 19.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BCF066 (or 0xBCF066) is known color: Sulu. HEX triplet: BC, F0 and 66. RGB value is (188,240,102). Sum of RGB (Red+Green+Blue) = 188+240+102=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF066 is #430F99. Grayscale: #D1D1D1. Windows color (decimal): -4394906 or 6746300. OLE color: 6746300.

HSL color Cylindrical-coordinate representation of color #BCF066: hue angle of 82.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF066 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 102 -
CMYK 0.22 0 0.58 0.06
HSL 82.61º 0.82% 0.67% -
HSV(B) 82.61º 0.58% 0.94% -
XYZ 54.3 73.97 23.99 -
YUV 208.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 188 240 102 0.22 0 0.58 0.06 82.61 0.82 0.67
Hex BC F0 66 16 0 3A 6 53 52 43
Octal 274 360 146 26 0 72 6 123 122 103
Binary 10111100 11110000 1100110 10110 0 111010 110 1010011 1010010 1000011

Color Harmonies of #BCF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF066

Black with #BCF066

Text Example


Text Example

White with #BCF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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