Html Css Color HEX #BCF367 Sulu

📋 copy color: '#BCF367'

red 188 ◦ green 243 ◦ blue 103

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

Shades of Sulu #BCF367

Tints of Sulu #BCF367

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

 BLUE value IS 103 (40.63% from 255) = 19.29%

R = 35.21%
G = 45.51%
B = 19.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BCF367 (or 0xBCF367) is known color: Sulu. HEX triplet: BC, F3 and 67. RGB value is (188,243,103). Sum of RGB (Red+Green+Blue) = 188+243+103=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF367 is #430C98. Grayscale: #D3D3D3. Windows color (decimal): -4394137 or 6812604. OLE color: 6812604.

HSL color Cylindrical-coordinate representation of color #BCF367: hue angle of 83.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF367 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 103 -
CMYK 0.23 0 0.58 0.05
HSL 83.57º 0.85% 0.68% -
HSV(B) 83.57º 0.58% 0.95% -
XYZ 55.24 75.77 24.55 -
YUV 210.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 188 243 103 0.23 0 0.58 0.05 83.57 0.85 0.68
Hex BC F3 67 17 0 3A 5 54 55 44
Octal 274 363 147 27 0 72 5 124 125 104
Binary 10111100 11110011 1100111 10111 0 111010 101 1010100 1010101 1000100

Color Harmonies of #BCF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF367

Black with #BCF367

Text Example


Text Example

White with #BCF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF367; }

 p { color: rgb(188,243,103); }

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

background-color css

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

 a { background-color: rgb(188,243,103); }

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

border-color css

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

 span { border-color: rgb(188,243,103); }

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