Html Css Color HEX #BCF76A Sulu

📋 copy color: '#BCF76A'

red 188 ◦ green 247 ◦ blue 106

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

Shades of Sulu #BCF76A

Tints of Sulu #BCF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.66%

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

R = 34.75%
G = 45.66%
B = 19.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#BCF76A (or 0xBCF76A) is known color: Sulu. HEX triplet: BC, F7 and 6A. RGB value is (188,247,106). Sum of RGB (Red+Green+Blue) = 188+247+106=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF76A is #430895. Grayscale: #D5D5D5. Windows color (decimal): -4393110 or 7010236. OLE color: 7010236.

HSL color Cylindrical-coordinate representation of color #BCF76A: hue angle of 85.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF76A is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 106 -
CMYK 0.24 0 0.57 0.03
HSL 85.11º 0.9% 0.69% -
HSV(B) 85.11º 0.57% 0.97% -
XYZ 56.6 78.25 25.76 -
YUV 213.29 67.45 109.96 -
System Red Green Blue C M Y K H S L
Decimal 188 247 106 0.24 0 0.57 0.03 85.11 0.9 0.69
Hex BC F7 6A 18 0 39 3 55 5A 45
Octal 274 367 152 30 0 71 3 125 132 105
Binary 10111100 11110111 1101010 11000 0 111001 11 1010101 1011010 1000101

Color Harmonies of #BCF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF76A

Black with #BCF76A

Text Example


Text Example

White with #BCF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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